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

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2006-04-17 21:47:35 -07:00
parent a4d34e2db5
commit b073f26b25
1 changed files with 0 additions and 2 deletions

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