summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):