summaryrefslogtreecommitdiffstats
path: root/libdm/regex/matcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdm/regex/matcher.c')
-rw-r--r--libdm/regex/matcher.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdm/regex/matcher.c b/libdm/regex/matcher.c
index fe3979d4..350a3530 100644
--- a/libdm/regex/matcher.c
+++ b/libdm/regex/matcher.c
@@ -37,8 +37,6 @@ struct dm_regex { /* Instance variables for the lexer */
struct dm_pool *scratch, *mem;
};
-#define TARGET_TRANS '\0'
-
static int _count_nodes(struct rx_node *rx)
{
int r = 1;