]> granicus.if.org Git - python/commitdiff
Removed unreachable return to silence SGI compiler.
authorSjoerd Mullender <sjoerd@acm.org>
Thu, 30 Aug 2001 14:37:07 +0000 (14:37 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Thu, 30 Aug 2001 14:37:07 +0000 (14:37 +0000)
Modules/_sre.c

index 9943c3016e2c38335124d6dfa193d6304f4da9ea..d6f39a4ca092d43ca315b1c99db939169b0873fe 100644 (file)
@@ -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)