summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d828f6d)
raw | patch | inline | side by side (parent: d828f6d)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 24 Aug 2006 01:39:49 +0000 (18:39 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 24 Aug 2006 01:47:39 +0000 (18:47 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-grep.c | patch | blob | history |
diff --git a/builtin-grep.c b/builtin-grep.c
index 0bd517b2649af37d9980f85e784f9a00c3263922..8213ce240232a1dc8a0a498972323a33e8fcb7a0 100644 (file)
--- a/builtin-grep.c
+++ b/builtin-grep.c
*/
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);
}