From 0260a5b61aaef4a132686b0ffb75fb25f73f650a Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 3 Oct 2013 11:54:58 +0200 Subject: [PATCH] cleanup --- src/frontend/inpcom.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 444f0908f..4b28c25aa 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -1977,8 +1977,6 @@ inp_fix_ternary_operator_str(char *line, bool all) static void inp_fix_ternary_operator(struct line *card) { - bool found_control = FALSE; - for (; card; card = card->li_next) { char *line = card->li_line;