Skip to content

Commit

Permalink
git.c: LOGSIZE is unused after log printing cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 18, 2006
1 parent a4d34e2 commit b073f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions git.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b073f26

Please sign in to comment.