Skip to content

Commit

Permalink
Remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 27, 2013
1 parent c7dacb0 commit f093a31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Cache/Engine/MemcachedEngine.php
Expand Up @@ -99,8 +99,6 @@ public function init($settings = array()) {
$this->_Memcached->setSaslAuthData($this->settings['login'], $this->settings['password']);
}
}

return true;
}

return true;
Expand Down

0 comments on commit f093a31

Please sign in to comment.