mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-17 22:48:42 +00:00
refs.c: remove two lines of dead code
Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
parent
e7a3b3171b
commit
d4958b8848
@ -1659,8 +1659,6 @@ static int check_valid_ref_char(char ch)
|
|||||||
case '[':
|
case '[':
|
||||||
case '*':
|
case '*':
|
||||||
return GIT_ERROR;
|
return GIT_ERROR;
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return GIT_SUCCESS;
|
return GIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user