sequencer: remove superfluous conditional
commit5f8f927710a039ce3068ac55ca87354477a199b9
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 22 Dec 2017 23:55:53 +0000 (23 00:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 20:33:38 +0000 (27 12:33 -0800)
tree544f773be3467aa4c41217b62a27a2be843bdc38
parentaee42e1f35ac85ef25ba81eb28e72d002f0649db
sequencer: remove superfluous conditional

In a conditional block that is only reached when handling a TODO_REWORD
(as seen even from a 3-line context), there is absolutely no need to
nest another block under the identical condition.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c