aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2019-11-13 06:17:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-13 22:37:39 +0000
commit33197db8abf82be240d7c1c5c9d2484a08a90849 (patch)
treec2fb6cecb7692b603119a6f662163531fe91b44c /lib/bb/cooker.py
parentc45b0140c37f2d68c4fa08cd17f0321b8d6524a8 (diff)
downloadbitbake-33197db8abf82be240d7c1c5c9d2484a08a90849.tar.gz
cooker: Remove a left-over comment about expanded_data
This should have been removed together with expanded_data in commit e3694e73 (cooker/command: Drop expanded_data). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cooker.py')
-rw-r--r--lib/bb/cooker.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 20ef04d3f..e6442bff9 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -371,10 +371,6 @@ class BBCooker:
self.data.setVar('BB_CMDLINE', self.ui_cmdline)
- #
- # Copy of the data store which has been expanded.
- # Used for firing events and accessing variables where expansion needs to be accounted for
- #
if CookerFeatures.BASEDATASTORE_TRACKING in self.featureset:
self.disableDataTracking()