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

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-04-17 21:47:35 -07:00
parent a4d34e2db5
commit b073f26b25

2
git.c
View file

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