From a896f263300f069400eae533be0daf5dedf41c95 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 2 Apr 2016 17:08:57 +0100 Subject: [PATCH] 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 --- lib/bb/siggen.py | 3 --- 1 file changed, 3 deletions(-) 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('.') -- 2.47.3