]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/dnsqueue.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / dnsqueue.cpp
index 8be3ea99b0b742a3312866e5b5c80aca0f6cf6f3..6d62b7ede9a228ec8d2bd2df58882c3d22f368bf 100644 (file)
@@ -53,8 +53,6 @@ using namespace std;
 extern ServerConfig* Config;
 extern InspIRCd* ServerInstance;
 
-address_cache addrcache;
-
 class Lookup;
 
 Lookup* dnslist[MAX_DESCRIPTORS];