From 39b637ccd35803a825bc4de6ee98228273ff5744 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 2 Apr 2016 17:08:57 +0100 Subject: bitbake: siggen: Drop misleading duplicate method The real method is a few lines later, this one is incorrect and just causing confusion. Remove it. (Bitbake rev: a896f263300f069400eae533be0daf5dedf41c95) Signed-off-by: Richard Purdie --- bitbake/lib/bb/siggen.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bitbake/lib/bb/siggen.py') diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 43cf7b6e5a..114851c490 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/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('.') -- cgit v1.2.3-54-g00ecf