From 2d7f98bac7e1d8b42c558e179ea24f5b06512622 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Sun, 24 Jan 2010 23:05:43 -0800 Subject: [PATCH] commit-tree: remove unused #define Signed-off-by: Junio C Hamano --- builtin-commit-tree.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/builtin-commit-tree.c b/builtin-commit-tree.c index ddcb7a4bbb..90dac349a3 100644 --- a/builtin-commit-tree.c +++ b/builtin-commit-tree.c @@ -9,8 +9,6 @@ #include "builtin.h" #include "utf8.h" -#define BLOCKING (1ul << 14) - /* * FIXME! Share the code with "write-tree.c" */ -- GitLab