From 5648a7909f4f185d0ead1299b0bdc484ff1bb700 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 27 May 2015 17:40:49 +0300 Subject: devtool: remove some unused return values (From OE-Core rev: 30fd41bd06a61e9df47263d49119fb8e193cdf68) Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- scripts/lib/devtool/standard.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts/lib/devtool/standard.py') 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 -- cgit v1.2.3-54-g00ecf