From 89dfe9e292b70782a6a0a10444a0c5e46dc43191 Mon Sep 17 00:00:00 2001 From: Sjoerd Mullender Date: Thu, 30 Aug 2001 14:37:07 +0000 Subject: [PATCH] Removed unreachable return to silence SGI compiler. --- Modules/_sre.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/_sre.c b/Modules/_sre.c index 9943c3016e2..d6f39a4ca09 100644 --- a/Modules/_sre.c +++ b/Modules/_sre.c @@ -1140,8 +1140,7 @@ SRE_MATCH(SRE_STATE* state, SRE_CODE* pattern, int level) } } - /* shouldn't end up here */ - return SRE_ERROR_ILLEGAL; + /* can't end up here */ } LOCAL(int)