]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/patch: remove unused variable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 5 Dec 2017 01:36:57 +0000 (14:36 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Dec 2017 22:41:42 +0000 (22:41 +0000)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/patch.bbclass

index 8f35cb4f9532b51e40e56e6ddc45105b69cabf32..930ee33d540d7932b7502c79460e851c1e1fe0cf 100644 (file)
@@ -26,7 +26,6 @@ python () {
 
 python patch_task_patch_prefunc() {
     # Prefunc for do_patch
-    func = d.getVar('BB_RUNTASK')
     srcsubdir = d.getVar('S')
 
     patchdir = os.path.join(srcsubdir, 'patches')