mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-17 18:12:46 +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 '*':
|
||||
return GIT_ERROR;
|
||||
break;
|
||||
|
||||
default:
|
||||
return GIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user