summaryrefslogtreecommitdiff
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/url.h b/url.h
index f4c5e2d..63e487e 100644
--- a/url.h
+++ b/url.h
@@ -34,8 +34,6 @@
#include <stdbool.h>
#include <stdio.h>
-#define URL_LENGTH_MAX 8192
-
/*
* Checks that the path can be safely processed. Namely, it should not contain
* "..", which denotes an attempt to get out of the DATA_DIR root folder.