From 437d5d98f6d05588e23a6d9fda50184d0b6a80bb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 19 Jun 2011 19:42:41 +0000 Subject: unposted: Remove additional for loop noticed by Mikael --- Src/Zle/zle_tricky.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c index 80a495317..3b3796dd2 100644 --- a/Src/Zle/zle_tricky.c +++ b/Src/Zle/zle_tricky.c @@ -541,8 +541,6 @@ parambeg(char *s) /* Ignore the possible (...) flags. */ b++, br++; n = skipparens(Inpar, Outpar, &b); - - for (tb = p - 1; tb > s && *tb != Outbrace && *tb != Inbrace; tb--); } /* Ignore the stuff before the parameter name. */ -- cgit v1.2.3