summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-19 22:13:36 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-19 22:14:09 +0200
commit2a8873d941c8b2dff792af5a3c44e1b40a1e3ada (patch)
tree094b807fe5abbbcf75db0aec09da5ec61ecbe9c6
parent255969e85ca6bb452a685aa64b4741822b6f4bbb (diff)
allnoconfig: Remove leftover comment
-rwxr-xr-xallnoconfig.py3
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:
#