From: Ross Burton Date: Wed, 7 Oct 2020 18:21:49 +0000 (+0100) Subject: devtool: remove unused variable X-Git-Tag: 2020-10-gatesgarth~96 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9676ee24d190b144cb50be6ebde3990644a6df2a;p=openembedded-core.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 d140b97de1..261d642d4a 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)