commit | b9d29abd98a2bbeb3a6c49c1607348c92bc80105 | [log] [tgz] |
---|---|---|
author | Benjamin Poirier <bpoirier@suse.de> | Thu Aug 23 14:55:03 2012 -0400 |
committer | Michal Marek <mmarek@suse.cz> | Thu Sep 27 18:08:13 2012 +0200 |
tree | ee4016e1a8184725dc4765b44fc439c973daea97 | |
parent | 1d52a4a79188e5567b6c55f67e20a4f1043d10d3 [diff] |
menuconfig: Remove superfluous conditionnal Because end_reached is set to 0 before the loop, the test "!end_reached" is always true and can be removed. This structure was perhaps copied from the similar one in back_lines(). Signed-off-by: Benjamin Poirier <bpoirier@suse.de> Signed-off-by: Michal Marek <mmarek@suse.cz>