From a777e9ca54b5801266486a16dc0d25c82b38014d Mon Sep 17 00:00:00 2001 From: Guido Ostkamp Date: Thu, 15 Nov 2007 23:19:11 +0100 Subject: Remove unreachable statements Solaris Workshop Compiler found a few unreachable statements. Signed-off-by: Guido Ostkamp Signed-off-by: Junio C Hamano --- utf8.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 8095a71d39..9efcdb9c09 100644 --- a/utf8.c +++ b/utf8.c @@ -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) -- cgit v1.2.3