From 73fea2bc6f817523fdfcfc9cecdc3aaa5e9f2494 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 20 May 2018 10:36:19 +0200 Subject: menuconfig: Style nit --- menuconfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'menuconfig.py') 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) -- cgit v1.2.3