summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-24 01:39:49 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-24 01:47:39 (GMT)
commit599f8d63140f3626604d4fc83a48cd00c67b804a (patch)
treeff413c020470a22922c1e304a1463eaefca6c5b8
parentd828f6ddf8bc33f848688655b94c82791edfe0d7 (diff)
downloadgit-599f8d63140f3626604d4fc83a48cd00c67b804a.zip
git-599f8d63140f3626604d4fc83a48cd00c67b804a.tar.gz
git-599f8d63140f3626604d4fc83a48cd00c67b804a.tar.bz2
builtin-grep.c: remove unused debugging piece.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--builtin-grep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin-grep.c b/builtin-grep.c
index 0bd517b..8213ce2 100644
--- a/builtin-grep.c
+++ b/builtin-grep.c
@@ -293,9 +293,6 @@ static void compile_patterns(struct grep_opt *opt)
*/
p = opt->pattern_list;
opt->pattern_expression = compile_pattern_expr(&p);
-#if DEBUG
- dump_pattern_exp(opt->pattern_expression, 0);
-#endif
if (p)
die("incomplete pattern expression: %s", p->pattern);
}