Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Remove unused git_get_{preceding,following}_references
[gitweb.git]
/
builtin-apply.c
diff --git
a/builtin-apply.c
b/builtin-apply.c
index 59917379f9aa49afc80cdf5110324834a5dddf96..f8f5eebd2f9b6ebbad46e8d86efde535f30a194f 100644
(file)
--- a/
builtin-apply.c
+++ b/
builtin-apply.c
@@
-606,9
+606,7
@@
static char *git_header_name(char *line, int llen)
* form.
*/
for (len = 0 ; ; len++) {
- char c = name[len];
-
- switch (c) {
+ switch (name[len]) {
default:
continue;
case '\n':