This if() statement will never be true as last_code will always
be ident (15) when not_proc is jumped to.

Signed-off-by: Tim Hentenaar <[email protected]>
---
 src/lexi.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/lexi.c b/src/lexi.c
index 17330e8..ca527b1 100644
--- a/src/lexi.c
+++ b/src/lexi.c
@@ -685,14 +685,6 @@ found_keyword:
 
 /* Escape from loop checking for procedure name in if statement above. */
 not_proc:
-
-      if (last_code == decl)
-      {
-        /* if this is a declared variable, then
-           following sign is unary */
-         parser_state_tos->last_u_d = true;     /* will make "int a -1" work */
-      }
-        
       last_code = ident;
         
       if (parser_state_tos->last_token == cpp_operator)
-- 
2.3.6


_______________________________________________
bug-indent mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to