mirror of
https://github.com/git/git.git
synced 2026-01-25 08:17:19 +09:00
builtin-grep.c: remove unused debugging piece.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
d828f6ddf8
commit
599f8d6314
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user