mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
devtool: remove unused variable
This variable isn't used at all. (From OE-Core rev: 9676ee24d190b144cb50be6ebde3990644a6df2a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a5d7936202
commit
197cec77f5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user