Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorGuido Ostkamp <git@ostkamp.fastmail.fm>2007-11-16 01:19:11 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-16 08:23:47 +0300
commita777e9ca54b5801266486a16dc0d25c82b38014d (patch)
treea3d09fd2b22ab8d905e7ff8f7adbe5d54ed54e08 /utf8.c
parent549799b4a1741fe765fff2c91808b4524ea2d7fb (diff)
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>
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 0 insertions, 1 deletions
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)