Commit 89dfe9e2 authored by Sjoerd Mullender's avatar Sjoerd Mullender

Removed unreachable return to silence SGI compiler.

parent 6f848c17
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment