projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353e88f
)
engine: remove the unused 'type' property from the OptCheck object
author
Alexander Popov
<alex.popov@linux.com>
Sun, 2 Apr 2023 11:27:58 +0000
(14:27 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sun, 2 Apr 2023 11:27:58 +0000
(14:27 +0300)
kconfig_hardened_check/engine.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/engine.py
b/kconfig_hardened_check/engine.py
index bd73ec14d4c456945823beee94eb9c8ca9216e69..e88781e5cfbf19f9c5ecd274bfa7a7e2d2d8171c 100644
(file)
--- 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':