summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 625ff6a..60ce2c7 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2882,8 +2882,6 @@ class Symbol(Item, _HasVisibility):
.format(v, self.name, typename[self.type]))
return
- # This warning is annoying when running allnoconfig_simpler.py. Make it
- # optional?
if self.prompts == [] and not suppress_load_warnings:
self.config._warn('assigning "{0}" to the symbol {1} which '
'lacks prompts and thus has visibility "n". '