summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-05-27 17:40:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-18 09:14:05 +0100
commit5648a7909f4f185d0ead1299b0bdc484ff1bb700 (patch)
treec1ee39323f7b5efe6b7ac5eeb4c0c31d3d30f0fc /scripts/lib
parent60278094cc2c917b2ae1ee45b932ec6ba35d246b (diff)
downloadpoky-5648a7909f4f185d0ead1299b0bdc484ff1bb700.tar.gz
devtool: remove some unused return values
(From OE-Core rev: 30fd41bd06a61e9df47263d49119fb8e193cdf68) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/devtool/standard.py3
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
423def modify(args, config, basepath, workspace): 420def 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