From a2984dc68930300bdc79fecb1891dea20a1233ec Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 4 Mar 2006 17:29:53 +0000 Subject: [PATCH] Old stuff left behind git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3447 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules.cpp b/src/modules.cpp index e5a0145c0..64a61c1b0 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -859,7 +859,6 @@ ConfigReader::ConfigReader() this->cache = new std::stringstream(std::stringstream::in | std::stringstream::out); this->errorlog = new std::stringstream(std::stringstream::in | std::stringstream::out); this->readerror = Config->LoadConf(CONFIG_FILE,this->cache,this->errorlog); - tags.clear(); if (!this->readerror) this->error = CONF_FILE_NOT_FOUND; } @@ -880,7 +879,6 @@ ConfigReader::ConfigReader(std::string filename) this->cache = new std::stringstream(std::stringstream::in | std::stringstream::out); this->errorlog = new std::stringstream(std::stringstream::in | std::stringstream::out); this->readerror = Config->LoadConf(filename.c_str(),this->cache,this->errorlog); - tags.clear(); if (!this->readerror) this->error = CONF_FILE_NOT_FOUND; }; -- 2.39.5