X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=kconfig-hardened-check.py;h=4f01f5793468a1d4dd440117b9552d3baef9c171;hb=de9bb2115e938158bf5ee804118c46b0d998fdc5;hp=268bc857c7b9368beb8de98291104a0028cfbd26;hpb=a2c605aa465789eb61400fd04aa874a559eb3724;p=kconfig-hardened-check.git diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 268bc85..4f01f57 100755 --- 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):