aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/addons/devshell.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/addons/devshell.bb')
-rw-r--r--recipes/addons/devshell.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/addons/devshell.bb b/recipes/addons/devshell.bb
index 9ac6821e0e..5921125d12 100644
--- a/recipes/addons/devshell.bb
+++ b/recipes/addons/devshell.bb
@@ -11,9 +11,6 @@ do_configure() {
def devshell_emit_env(o, d, all=False, funcwhitelist=None):
"""Emits all items in the data store in a format such that it can be sourced by a shell."""
- import bb
- import bb.data
-
env = bb.data.keys(d)
for e in env: