From: Alexander Popov Date: Sun, 2 Apr 2023 11:27:58 +0000 (+0300) Subject: engine: remove the unused 'type' property from the OptCheck object X-Git-Tag: v0.6.6~178 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=fa57d8b225d289997d7d019ab32252040efab4d6;hp=353e88fd6fac1c6affca765f3d2a9b2dc6abc06d;p=kconfig-hardened-check.git engine: remove the unused 'type' property from the OptCheck object --- diff --git a/kconfig_hardened_check/engine.py b/kconfig_hardened_check/engine.py index bd73ec1..e88781e 100644 --- a/kconfig_hardened_check/engine.py +++ b/kconfig_hardened_check/engine.py @@ -45,10 +45,6 @@ class OptCheck: self.state = None self.result = None - @property - def type(self): - return None - def check(self): # handle the 'is present' check if self.expected == 'is present':