From: Richard Purdie Date: Sat, 2 Apr 2016 16:08:57 +0000 (+0100) Subject: siggen: Drop misleading duplicate method X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a896f263300f069400eae533be0daf5dedf41c95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git siggen: Drop misleading duplicate method The real method is a few lines later, this one is incorrect and just causing confusion. Remove it. Signed-off-by: Richard Purdie --- diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py index 43cf7b6e5af..114851c4908 100644 --- a/lib/bb/siggen.py +++ b/lib/bb/siggen.py @@ -49,9 +49,6 @@ class SignatureGenerator(object): """Write/update the file checksum cache onto disk""" return - def set_taskdata(self, hashes, deps, checksum): - return - def stampfile(self, stampbase, file_name, taskname, extrainfo): return ("%s.%s.%s" % (stampbase, taskname, extrainfo)).rstrip('.')