diff options
| -rwxr-xr-x | allnoconfig.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/allnoconfig.py b/allnoconfig.py index 1d14e97..d6ab701 100755 --- a/allnoconfig.py +++ b/allnoconfig.py @@ -20,9 +20,6 @@ import kconfiglib def main(): kconf = kconfiglib.standard_kconfig() - # Avoid warnings printed by Kconfiglib when assigning a value to a symbol - # that has no prompt. Such assignments never have an effect. - # Avoid warnings that would otherwise get printed by Kconfiglib for the # following: # |
