summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-02-18 19:13:17 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-05-10 12:24:05 +0300
commitdbe083c15f78a8533e8f2cc8afd64a758cfe93ae (patch)
treec86eb92bdff738437b049a37764de266a2277a66
parentc5e45063cb3ae17bbe3304ea5e712bd76e686c4a (diff)
downloadopenembedded-core-contrib-dbe083c15f78a8533e8f2cc8afd64a758cfe93ae.tar.gz
bb/siggen: drop commented-out code
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r--lib/bb/siggen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py
index 88fc0f1d5c..5e2c29dd33 100644
--- a/lib/bb/siggen.py
+++ b/lib/bb/siggen.py
@@ -225,7 +225,6 @@ class SignatureGeneratorBasic(SignatureGenerator):
h = hashlib.md5(data).hexdigest()
self.taskhash[k] = h
- #d.setVar("BB_TASKHASH_task-%s" % task, taskhash[task])
return h
def writeout_file_checksum_cache(self):