diff options
author | Guido Ostkamp <git@ostkamp.fastmail.fm> | 2007-11-15 23:19:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-15 21:23:47 -0800 |
commit | a777e9ca54b5801266486a16dc0d25c82b38014d (patch) | |
tree | a3d09fd2b22ab8d905e7ff8f7adbe5d54ed54e08 /builtin-apply.c | |
parent | 549799b4a1741fe765fff2c91808b4524ea2d7fb (diff) | |
download | git-a777e9ca54b5801266486a16dc0d25c82b38014d.tar.gz |
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 'builtin-apply.c')
-rw-r--r-- | builtin-apply.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-apply.c b/builtin-apply.c index 8edcc08b61..91f8752ff7 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -683,7 +683,6 @@ static char *git_header_name(char *line, int llen) } } } - return NULL; } /* Verify that we recognize the lines following a git header */ |