mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Removed unreachable return to silence SGI compiler.
This commit is contained in:
parent
6f848c175f
commit
89dfe9e292
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue