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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-04-02 17:08:57 +01:00
parent 2c722e227f
commit 39b637ccd3
1 changed files with 0 additions and 3 deletions

View File

@ -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('.')