From: Alexander Popov Date: Thu, 9 Jul 2020 06:30:18 +0000 (+0300) Subject: Drop unused 'state' property from ComplexOptCheck X-Git-Tag: v0.5.7~18 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9a19ae15617b214eb5400b631ae6c8db08873e43;p=kconfig-hardened-check.git Drop unused 'state' property from ComplexOptCheck --- diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 6640200..5cfa2b3 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -164,10 +164,6 @@ class ComplexOptCheck: def expected(self): return self.opts[0].expected - @property - def state(self): - return self.opts[0].state - @property def decision(self): return self.opts[0].decision