From: Kevin Hao Date: Tue, 14 Aug 2018 01:31:21 +0000 (+0800) Subject: wic: Remove the unused variable Partition.sourceparams_dict X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17026 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7130a7d0e61021f71fec1d7ae7d37ebb27f0e03;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index c73af9d4275..5054779b1b6 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py @@ -66,7 +66,6 @@ class Partition(): self.lineno = lineno self.source_file = "" - self.sourceparams_dict = {} def get_extra_block_count(self, current_blocks): """