Remove unreachable statements

Solaris Workshop Compiler found a few unreachable statements.

Signed-off-by: Guido Ostkamp <git@ostkamp.fastmail.fm>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Guido Ostkamp
2007-11-15 23:19:11 +01:00
committed by Junio C Hamano
parent 549799b4a1
commit a777e9ca54
4 changed files with 0 additions and 6 deletions

1
utf8.c
View File

@ -284,7 +284,6 @@ int print_wrapped_text(const char *text, int indent, int indent2, int width)
text++;
}
}
return w;
}
int is_encoding_utf8(const char *name)