diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-17 21:47:35 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-17 21:47:35 -0700 |
commit | b073f26b256cded6252bafd34982eb6f69d2a4b6 (patch) | |
tree | 3539723ab116c3571d84d12d7384d5bbba248eec /git.c | |
parent | a4d34e2db5565e6b75f79f9d3938aa9151e72e44 (diff) | |
download | git-b073f26b256cded6252bafd34982eb6f69d2a4b6.tar.gz |
git.c: LOGSIZE is unused after log printing cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) { |