summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-04-28 04:09:07 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-04-28 04:16:49 +0200
commit9f37a141630cf2962a10d6cf32ec79316f048129 (patch)
tree8ae61d29c212e5ca18bc821c07ef523a5cae0964 /kconfiglib.py
parent4b387e0bf0a2d206ef8d3ce8768a0166f66d898a (diff)
Remove redundant comment in _auto_menu_dep()
Says the same thing the comment above it says.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 30b68f0..53e96b4 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -5994,7 +5994,6 @@ def _auto_menu_dep(node1, node2):
# node2 has a prompt, we check its condition. Otherwise, we look directly
# at node2.dep.
- # If node2 has no prompt, use its menu node dependencies instead
return _expr_depends_on(node2.prompt[1] if node2.prompt else node2.dep,
node1.item)