aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-17 21:47:35 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-17 21:47:35 -0700
commitb073f26b256cded6252bafd34982eb6f69d2a4b6 (patch)
tree3539723ab116c3571d84d12d7384d5bbba248eec /git.c
parenta4d34e2db5565e6b75f79f9d3938aa9151e72e44 (diff)
downloadgit-b073f26b256cded6252bafd34982eb6f69d2a4b6.tar.gz
git-b073f26b256cded6252bafd34982eb6f69d2a4b6.tar.xz
git.c: LOGSIZE is unused after log printing cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/git.c b/git.c
index 016fa30d3..0be14bb48 100644
--- 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)
{