Remove unreachable branch.
This commit is contained in:
parent
373a3384ac
commit
5508c228e7
@ -67,8 +67,6 @@ int stringmatchlen(const char *pattern, int patternLen,
|
|||||||
return 0; /* no match */
|
return 0; /* no match */
|
||||||
break;
|
break;
|
||||||
case '?':
|
case '?':
|
||||||
if (stringLen == 0)
|
|
||||||
return 0; /* no match */
|
|
||||||
string++;
|
string++;
|
||||||
stringLen--;
|
stringLen--;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user