diff options
author | Ross Burton <ross@burtonini.com> | 2020-10-07 19:21:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-08 08:08:28 +0100 |
commit | 9676ee24d190b144cb50be6ebde3990644a6df2a (patch) | |
tree | 6e24b5bc39c9b321e2ef2c2b44c4c03a157afd79 /scripts | |
parent | f9ae80aee98a7bb59c83ac9ebf9d317302507cec (diff) | |
download | openembedded-core-contrib-9676ee24d190b144cb50be6ebde3990644a6df2a.tar.gz |
devtool: remove unused variable
This variable isn't used at all.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/standard.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |