Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Aug 14, 2017
1 parent 0a13ca7 commit 58a6dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cache/Engine/MemcachedEngine.php
Expand Up @@ -173,7 +173,6 @@ public function init(array $config = [])
}

if ($this->_config['username'] !== null && $this->_config['password'] !== null) {
$sasl = method_exists($this->_Memcached, 'setSaslAuthData');
if (!method_exists($this->_Memcached, 'setSaslAuthData')) {
throw new InvalidArgumentException(
'Memcached extension is not built with SASL support'
Expand Down

0 comments on commit 58a6dec

Please sign in to comment.