refs.c: remove two lines of dead code

Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
schu 2011-08-17 15:58:03 +02:00
parent e7a3b3171b
commit d4958b8848

View File

@ -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;
} }