From 9a19ae15617b214eb5400b631ae6c8db08873e43 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 9 Jul 2020 09:30:18 +0300 Subject: [PATCH] Drop unused 'state' property from ComplexOptCheck --- kconfig_hardened_check/__init__.py | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.31.1