diff options
| -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 746d79ddec..3d563b5fca 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. | |||
| 240 | notappended.append(basename) | 240 | notappended.append(basename) |
| 241 | return appended, notappended | 241 | return appended, notappended |
| 242 | 242 | ||
| 243 | def do_EOF(self, line): | ||
| 244 | return True | ||
| 245 | |||
| 246 | 243 | ||
| 247 | class Config(object): | 244 | class Config(object): |
| 248 | def __init__(self, **options): | 245 | def __init__(self, **options): |
