summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-20 10:36:19 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-20 10:36:19 +0200
commit73fea2bc6f817523fdfcfc9cecdc3aaa5e9f2494 (patch)
tree0c54ffcd23c4fcb523168067336aa9c54d905b94 /menuconfig.py
parent4c060ac730251d21c5b004bccec5c99b164a4c9b (diff)
menuconfig: Style nit
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py
index d7e9efa..296701f 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -1538,7 +1538,6 @@ def _searched_nodes(cached_search_nodes=[]):
# Duplicates appear when symbols have multiple menu nodes (definition
# locations), but they appear in menu order, which isn't what we want
# here. We'd still need to go through sym.nodes as well.
-
for sym in sorted(set(_kconf.defined_syms), key=lambda sym: sym.name):
cached_search_nodes.extend(sym.nodes)