mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
60278094cc
commit
5648a7909f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user