去掉一行多余的代码

This commit is contained in:
huangdijia
2015-04-13 14:29:08 +08:00
parent ba213bfcbe
commit c742fd5335

View File

@@ -38,7 +38,6 @@ class Memcache {
if(!empty($options)) {
$this->options = array_merge($this->options,$options);
}
$func = $this->options['persistent'] ? 'pconnect' : 'connect';
$this->handler = new \Memcache;
// 支持集群
$hosts = explode(',', $this->options['host']);