diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-05-27 17:40:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-18 09:12:00 +0100 |
commit | 30fd41bd06a61e9df47263d49119fb8e193cdf68 (patch) | |
tree | b21accaa7ea9f43cf8ad972744ff112daeb4c083 /scripts/lib/devtool | |
parent | cdcfedec5489a5d8d0df56bbe100e5fc2cca03af (diff) | |
download | openembedded-core-30fd41bd06a61e9df47263d49119fb8e193cdf68.tar.gz openembedded-core-30fd41bd06a61e9df47263d49119fb8e193cdf68.tar.bz2 openembedded-core-30fd41bd06a61e9df47263d49119fb8e193cdf68.zip |
devtool: remove some unused return values
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'scripts/lib/devtool')
-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): tf.write(line) os.rename(newfile, origfile) - return False - - def modify(args, config, basepath, workspace): """Entry point for the devtool 'modify' subcommand""" import bb |