From 9ed56e9e02c0532a981d6f30c8e03a29dafc56da Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 10 Feb 2010 01:48:43 +0000 Subject: Why are we wasting space on DieValue? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12418 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 20cc0c2b3..5b430afe1 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -470,7 +470,6 @@ void ServerConfig::Fill() WhoWasGroupSize = ConfValue("whowas")->getInt("groupsize"); WhoWasMaxGroups = ConfValue("whowas")->getInt("maxgroups"); WhoWasMaxKeep = ServerInstance->Duration(ConfValue("whowas")->getString("maxkeep")); - DieValue = ConfValue("die")->getString("value"); MaxChans = ConfValue("channels")->getInt("users", 20); OperMaxChans = ConfValue("channels")->getInt("opers", 60); c_ipv4_range = ConfValue("cidr")->getInt("ipv4clone", 32); -- cgit v1.2.3