From 8521a649632fef348cedfa38c770f1d6148415f7 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 1 Aug 2006 23:29:39 +0000 Subject: Remove dnsqueue git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4631 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/dnsqueue.cpp | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 src/dnsqueue.cpp (limited to 'src/dnsqueue.cpp') diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp deleted file mode 100644 index b887ffca5..000000000 --- a/src/dnsqueue.cpp +++ /dev/null @@ -1,49 +0,0 @@ -/* +------------------------------------+ - * | Inspire Internet Relay Chat Daemon | - * +------------------------------------+ - * - * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. - * E-mail: - * - * - * - * Written by Craig Edwards, Craig McLure, and others. - * This program is free but copyrighted software; see - * the file COPYING for details. - * - * --------------------------------------------------- - */ - -#include "inspircd_config.h" -#include "inspircd.h" -#include "configreader.h" -#include -#include -#include -#include -#include -#include "users.h" -#include "globals.h" -#include "inspstring.h" -#include "dnsqueue.h" -#include "dns.h" -#include "helperfuncs.h" -#include "hashcomp.h" -#include "socketengine.h" -#include "socket.h" - -extern ServerConfig* Config; -extern InspIRCd* ServerInstance; - -bool lookup_dns(const std::string &nick) -{ - return false; -} - -void ZapThisDns(int fd) -{ -} - -void dns_poll(int fdcheck) -{ -} -- cgit v1.2.3