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:
08ce377
)
Drop unused 'state' property from ComplexOptCheck
author
Alexander Popov
<alex.popov@linux.com>
Thu, 9 Jul 2020 06:30:18 +0000
(09:30 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Thu, 9 Jul 2020 06:30:18 +0000
(09:30 +0300)
kconfig_hardened_check/__init__.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/__init__.py
b/kconfig_hardened_check/__init__.py
index 6640200a74efd243bcc1951651b510396754638a..5cfa2b3406d7c99f2b4cba4da687092137fe762f 100644
(file)
--- 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