Merge pull request #7201 from braddunbar/stringmatchlen
Remove unreachable branch.
This commit is contained in:
commit
2e2f57e23b
@ -67,8 +67,6 @@ int stringmatchlen(const char *pattern, int patternLen,
|
||||
return 0; /* no match */
|
||||
break;
|
||||
case '?':
|
||||
if (stringLen == 0)
|
||||
return 0; /* no match */
|
||||
string++;
|
||||
stringLen--;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user