Commit d4958b88 by schu

refs.c: remove two lines of dead code

Signed-off-by: schu <schu-github@schulog.org>
parent e7a3b317
......@@ -1659,8 +1659,6 @@ static int check_valid_ref_char(char ch)
case '[':
case '*':
return GIT_ERROR;
break;
default:
return GIT_SUCCESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment