aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/command.py')
-rw-r--r--lib/bb/command.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bb/command.py b/lib/bb/command.py
index 2b02584b5..24ff34104 100644
--- a/lib/bb/command.py
+++ b/lib/bb/command.py
@@ -267,12 +267,6 @@ class CommandsSync:
features = params[0]
command.cooker.setFeatures(features)
- def unlockBitbake(self, command, params):
- """
- Unlock bitbake.lock file
- """
- command.cooker.unlockBitbake()
-
# although we change the internal state of the cooker, this is transparent since
# we always take and leave the cooker in state.initial
setFeatures.readonly = True