Removed unreachable return to silence SGI compiler.

This commit is contained in:
Sjoerd Mullender 2001-08-30 14:37:07 +00:00
parent 6f848c175f
commit 89dfe9e292
1 changed files with 1 additions and 2 deletions

View 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)