Skip to content

Commit

Permalink
Remove identical method override
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Dec 29, 2016
1 parent 3f400e6 commit 3cca174
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@ public function clean($group, $mode = null)
return ($this->_storage = array());
}

/**
* Test to see if the storage handler is available.
*
* @return boolean True on success, false otherwise
*
* @since 12.1
*/
public static function isSupported()
{
return true;
}

/**
* Get a cache_id string from an id/group pair
*
Expand Down

0 comments on commit 3cca174

Please sign in to comment.