mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
wic: Remove the unused variable Partition.sourceparams_dict
We choose to pass the source parameters to the source plugins' hooks via a local variable srcparams_dict. So the Partition.sourceparams_dict is not used by anyone and seems pretty confused. So drop it. (From OE-Core rev: d7130a7d0e61021f71fec1d7ae7d37ebb27f0e03) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0bccf1dab1
commit
b5648a0319
@@ -66,7 +66,6 @@ class Partition():
|
||||
|
||||
self.lineno = lineno
|
||||
self.source_file = ""
|
||||
self.sourceparams_dict = {}
|
||||
|
||||
def get_extra_block_count(self, current_blocks):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user