aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake-layers3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 746d79dde..3d563b5fc 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -240,9 +240,6 @@ Recipes are listed with the bbappends that apply to them as subitems.
notappended.append(basename)
return appended, notappended
- def do_EOF(self, line):
- return True
-
class Config(object):
def __init__(self, **options):