summaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/match.c b/src/match.c
index 4aaf1b4..a0c0785 100644
--- a/src/match.c
+++ b/src/match.c
@@ -32,8 +32,6 @@ int has_match(const char *needle, const char *haystack) {
#define max(a, b) (((a) > (b)) ? (a) : (b))
-#define MATCH_MAX_LEN 1024
-
struct match_struct {
int needle_len;
int haystack_len;