From 9f37a141630cf2962a10d6cf32ec79316f048129 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 28 Apr 2019 04:09:07 +0200 Subject: Remove redundant comment in _auto_menu_dep() Says the same thing the comment above it says. --- kconfiglib.py | 1 - 1 file changed, 1 deletion(-) (limited to 'kconfiglib.py') 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) -- cgit v1.2.3