engine: remove the unused 'type' property from the OptCheck object
authorAlexander Popov <alex.popov@linux.com>
Sun, 2 Apr 2023 11:27:58 +0000 (14:27 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 2 Apr 2023 11:27:58 +0000 (14:27 +0300)
kconfig_hardened_check/engine.py

index bd73ec14d4c456945823beee94eb9c8ca9216e69..e88781e5cfbf19f9c5ecd274bfa7a7e2d2d8171c 100644 (file)
@@ -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':