diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-08-06 12:50:57 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-08-06 12:50:57 -0700 |
| commit | 5eb905b01f64f2a0cfed3e798b921d3a9f184c7d (patch) | |
| tree | 91bd6b17fd6bf5bf1a37cd262b4c4e04904c1339 /print.c | |
| parent | 3d0c07a0b892c6d5400e52c427c215859f78fe29 (diff) | |
Deprecated --confirm flag
Diffstat (limited to 'print.c')
| -rw-r--r-- | print.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -110,10 +110,6 @@ static void _print_match(FILE *out, printer_t *pr, match_t *m) { pr->pos = m->start; if (m->pat->type == BP_REPLACE) { - if (m->skip_replacement) { - _print_match(out, pr, m->children[0]); - return; - } size_t line = get_line_number(pr->file, m->start); size_t line_end = get_line_number(pr->file, m->end); |
