From 8865d794dcf18371e6a0727588ee92ac76e04856 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 16 Jan 2011 23:34:14 -0800 Subject: * regex.c (analyse_first): Remove unreachable 'continue' statement. --- src/regex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/regex.c') diff --git a/src/regex.c b/src/regex.c index 318b8fe74b..28336eba41 100644 --- a/src/regex.c +++ b/src/regex.c @@ -3999,7 +3999,6 @@ analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int m { case succeed: return 1; - continue; case duplicate: /* If the first character has to match a backreference, that means @@ -6735,4 +6734,3 @@ regfree (regex_t *preg) WEAK_ALIAS (__regfree, regfree) #endif /* not emacs */ - -- cgit v1.2.3