Skip to content

Commit b073f26

Browse files
author
Junio C Hamano
committed
git.c: LOGSIZE is unused after log printing cleanup.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a4d34e2 commit b073f26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

git.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ static int cmd_help(int argc, const char **argv, char **envp)
276276
return 0;
277277
}
278278

279-
#define LOGSIZE (65536)
280-
281279
static int cmd_log_wc(int argc, const char **argv, char **envp,
282280
struct rev_info *rev)
283281
{

0 commit comments

Comments
 (0)