From 0f059615786dcdeb436f7d570a6bb3fa2e621eb6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Jul 2021 13:54:26 -0700 Subject: Simplified backrefs by only doing direct substring matching instead of accounting for replacement strings. --- types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'types.h') 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, -- cgit v1.2.3