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
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 /builtin-apply.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 'builtin-apply.c')
-rw-r--r--builtin-apply.c1
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 */