From: Junio C Hamano <junkio@cox.net>
Date: Tue, 18 Apr 2006 04:47:35 +0000 (-0700)
Subject: git.c: LOGSIZE is unused after log printing cleanup.
X-Git-Tag: v1.4.0-rc1~239^2~2
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b073f26b256cded6252bafd34982eb6f69d2a4b6;p=git.git

git.c: LOGSIZE is unused after log printing cleanup.

Signed-off-by: Junio C Hamano <junkio@cox.net>
---

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)
 {