From 957ca3e04e57d809fce606aa02166e7c26787c9b Mon Sep 17 00:00:00 2001 From: carl <> Date: Thu, 26 Jul 2007 16:04:07 +0000 Subject: Removed outcommented code from TMemCache --- framework/Caching/TMemCache.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/Caching') diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index b860db9f..0d3791f4 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -165,8 +165,6 @@ class TMemCache extends TCache if($this->_cache->addServer($this->_host,$this->_port)===false) throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); } - //if($this->_cache->connect($this->_host,$this->_port)===false) - // throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); $this->_initialized=true; parent::init($config); } -- cgit v1.2.3