diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index fb3cc78de0..14912a9454 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -417,9 +417,6 @@ def _check_preserve(config, recipename): | |||
417 | tf.write(line) | 417 | tf.write(line) |
418 | os.rename(newfile, origfile) | 418 | os.rename(newfile, origfile) |
419 | 419 | ||
420 | return False | ||
421 | |||
422 | |||
423 | def modify(args, config, basepath, workspace): | 420 | def modify(args, config, basepath, workspace): |
424 | """Entry point for the devtool 'modify' subcommand""" | 421 | """Entry point for the devtool 'modify' subcommand""" |
425 | import bb | 422 | import bb |