]> jfr.im git - solanum.git/blobdiff - ircd/dns.c
dns: remove unneeded defines
[solanum.git] / ircd / dns.c
index 67776e6675b6324a6694b674e17d09452a33c479..a4615351b2fe61d2c72a25f041b6aadc7aece7db 100644 (file)
@@ -37,9 +37,6 @@
 #include "msg.h"
 #include "hash.h"
 
-#define DNS_IDTABLE_SIZE 0x2000
-#define DNS_STATTABLE_SIZE 0x10
-
 #define DNS_HOST_IPV4          ((char)'4')
 #define DNS_HOST_IPV6          ((char)'6')
 #define DNS_REVERSE_IPV4       ((char)'R')