diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-20 10:36:19 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-20 10:36:19 +0200 |
| commit | 73fea2bc6f817523fdfcfc9cecdc3aaa5e9f2494 (patch) | |
| tree | 0c54ffcd23c4fcb523168067336aa9c54d905b94 | |
| parent | 4c060ac730251d21c5b004bccec5c99b164a4c9b (diff) | |
menuconfig: Style nit
| -rwxr-xr-x | menuconfig.py | 1 |
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) |
