Removed unreachable return to silence SGI compiler.
This commit is contained in:
parent
6f848c175f
commit
89dfe9e292
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue