Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5508c228
Unverified
Commit
5508c228
authored
May 05, 2020
by
Brad Dunbar
Browse files
Remove unreachable branch.
parent
373a3384
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util.c
View file @
5508c228
...
@@ -67,8 +67,6 @@ int stringmatchlen(const char *pattern, int patternLen,
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment