Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89dfe9e

Browse files
Removed unreachable return to silence SGI compiler.
1 parent 6f848c1 commit 89dfe9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_sre.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,7 @@ SRE_MATCH(SRE_STATE* state, SRE_CODE* pattern, int level)
11401140
}
11411141
}
11421142

1143-
/* shouldn't end up here */
1144-
return SRE_ERROR_ILLEGAL;
1143+
/* can't end up here */
11451144
}
11461145

11471146
LOCAL(int)

0 commit comments

Comments
 (0)