Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git.c: LOGSIZE is unused after log printing cleanup.
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 016fa30d37ed343609e5d3fd8ec43881de91f561..0be14bb487414153d76919f1f36ed78e899042c1 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-276,8
+276,6
@@
static int cmd_help(int argc, const char **argv, char **envp)
return 0;
}
-#define LOGSIZE (65536)
-
static int cmd_log_wc(int argc, const char **argv, char **envp,
struct rev_info *rev)
{