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:
Kevin Hao
2018-08-14 09:31:21 +08:00
committed by Richard Purdie
parent 0bccf1dab1
commit b5648a0319

View File

@@ -66,7 +66,6 @@ class Partition():
self.lineno = lineno
self.source_file = ""
self.sourceparams_dict = {}
def get_extra_block_count(self, current_blocks):
"""