summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/Caching/TMemCache.php2
1 files changed, 0 insertions, 2 deletions
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);
}