summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git.c2
1 files changed, 0 insertions, 2 deletions
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)
{