X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig_hardened_check%2F__init__.py;h=5cfa2b3406d7c99f2b4cba4da687092137fe762f;hb=9a19ae15617b214eb5400b631ae6c8db08873e43;hp=6640200a74efd243bcc1951651b510396754638a;hpb=08ce37731061a74fc3711567231be71461d7eeff;p=kconfig-hardened-check.git 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