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:
a2c605a
)
Drop unused OptCheck printing
author
Alexander Popov
<alex.popov@linux.com>
Fri, 6 Mar 2020 21:24:38 +0000
(
00:24
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Fri, 6 Mar 2020 21:24:38 +0000
(
00:24
+0300)
kconfig-hardened-check.py
patch
|
blob
|
history
diff --git
a/kconfig-hardened-check.py
b/kconfig-hardened-check.py
index 268bc857c7b9368beb8de98291104a0028cfbd26..4f01f5793468a1d4dd440117b9552d3baef9c171 100755
(executable)
--- a/
kconfig-hardened-check.py
+++ b/
kconfig-hardened-check.py
@@
-86,9
+86,6
@@
class OptCheck:
else:
return False, self.result
- def __repr__(self):
- return '{} = {}'.format(self.name, self.state)
-
class VerCheck:
def __init__(self, ver_expected):