Skip to content

Commit 599f8d6

Browse files
author
Junio C Hamano
committed
builtin-grep.c: remove unused debugging piece.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d828f6d commit 599f8d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builtin-grep.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@ static void compile_patterns(struct grep_opt *opt)
293293
*/
294294
p = opt->pattern_list;
295295
opt->pattern_expression = compile_pattern_expr(&p);
296-
#if DEBUG
297-
dump_pattern_exp(opt->pattern_expression, 0);
298-
#endif
299296
if (p)
300297
die("incomplete pattern expression: %s", p->pattern);
301298
}

0 commit comments

Comments
 (0)