aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-06 12:50:57 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-06 12:50:57 -0700
commit5eb905b01f64f2a0cfed3e798b921d3a9f184c7d (patch)
tree91bd6b17fd6bf5bf1a37cd262b4c4e04904c1339 /types.h
parent3d0c07a0b892c6d5400e52c427c215859f78fe29 (diff)
Deprecated --confirm flag
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/types.h b/types.h
index e467949..dd7de77 100644
--- a/types.h
+++ b/types.h
@@ -114,11 +114,6 @@ typedef struct match_s {
match_dll_t gc, cache;
size_t defs_id;
int refcount;
- // If skip_replacement is set to 1, that means the user wants to not print
- // the replaced text when printing this match:
- // TODO: this is a bit hacky, there is probably a better way to go about
- // this but it's less hacky that mutating the match objects more drastically
- bool skip_replacement:1;
struct match_s **children;
struct match_s *_children[3];
} match_t;