From: Ross Burton Date: Wed, 7 Oct 2020 18:21:49 +0000 (+0100) Subject: devtool: remove unused variable X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9949 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9676ee24d190b144cb50be6ebde3990644a6df2a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git devtool: remove unused variable This variable isn't used at all. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index d140b97de16..261d642d4a5 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -531,7 +531,6 @@ def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, works initial_rev = None - appendexisted = False recipefile = d.getVar('FILE') appendfile = recipe_to_append(recipefile, config) is_kernel_yocto = bb.data.inherits_class('kernel-yocto', d)