diff options
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/bin/bitbake-layers | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 746d79d..3d563b5 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/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): |