From bf6724c049ba0f156544c49aab2008d6280e5ffa Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 17 Oct 2009 02:14:44 +0000 Subject: Rewrite ConfigReader again git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11879 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 4fb28e2d7..93ba8bfa6 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -57,22 +57,6 @@ /** A list of failed port bindings, used for informational purposes on startup */ typedef std::vector > FailedPortList; -/** A cached text file stored with its contents as lines - */ -typedef std::deque< std::string > file_cache; - -/** A configuration key and value pair - */ -typedef std::pair< std::string, std::string > KeyVal; - -/** A list of related configuration keys and values - */ -typedef std::vector< KeyVal > KeyValList; - -/** An entire config file, built up of KeyValLists - */ -typedef std::multimap< std::string, KeyValList > ConfigDataHash; - class InspIRCd; CoreExport extern InspIRCd* ServerInstance; -- cgit v1.2.3