git.c: LOGSIZE is unused after log printing cleanup.
authorJunio C Hamano <junkio@cox.net>
Tue, 18 Apr 2006 04:47:35 +0000 (21:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Apr 2006 04:47:35 +0000 (21:47 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c

diff --git a/git.c b/git.c
index 016fa30..0be14bb 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)
 {