aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pattern.h b/pattern.h
index f9bfc6c..d3a06cd 100644
--- a/pattern.h
+++ b/pattern.h
@@ -14,8 +14,6 @@
#define auto __auto_type
#endif
-#define UNBOUNDED(pat) ((pat)->max_matchlen == -1)
-
// BP virtual machine pattern types
enum pattype_e {
BP_ERROR = 0,