Commit 967f7d1fd3c54a53b769a145c1c5b63b6c7cef33

Stefan Sperling 2020-03-18T16:13:48

remove unused constants

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/lib/fetch.c b/lib/fetch.c
index 7b43b9f..0f64ab4 100644
--- a/lib/fetch.c
+++ b/lib/fetch.c
@@ -66,13 +66,6 @@
 #define nitems(_a)	(sizeof((_a)) / sizeof((_a)[0]))
 #endif
 
-#define GOT_PROTOMAX	64
-#define GOT_HOSTMAX	256
-#define GOT_PATHMAX	512
-#define GOT_REPOMAX	256
-#define GOT_PORTMAX	16
-#define GOT_URIMAX	1024
-
 static int
 hassuffix(char *base, char *suf)
 {