aboutsummaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/match.h b/match.h
index 7cb1c59..0a22e36 100644
--- a/match.h
+++ b/match.h
@@ -16,8 +16,6 @@ typedef struct {
struct match_s **home, *next;
} match_dll_t;
-// #define MATCH_FROM(node, name) ((match_t*)((char*)node + (size_t)(&((match_t*)0)->name)))
-
//
// Pattern matching result object
//