aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-17 13:54:26 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-17 13:54:26 -0700
commit0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (patch)
tree25d183867e3352bd4cbd6e34da34b096ddb524fa /types.h
parent26b683ca743755d1959269cdc15dbd38c4a89aa0 (diff)
Simplified backrefs by only doing direct substring matching instead of
accounting for replacement strings.
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 96e0727..78232ef 100644
--- a/types.h
+++ b/types.h
@@ -28,7 +28,6 @@ enum pattype_e {
BP_NOT_MATCH,
BP_REPLACE,
BP_REF,
- BP_BACKREF,
BP_NODENT,
BP_START_OF_FILE,
BP_START_OF_LINE,