From: Junio C Hamano 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.1-rc1~209^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b073f26b256cded6252bafd34982eb6f69d2a4b6;p=git git.c: LOGSIZE is unused after log printing cleanup. Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index 016fa30d37..0be14bb487 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) {