diff --git a/rawilum/Cache.php b/rawilum/Cache.php index 883462ad..029834b1 100755 --- a/rawilum/Cache.php +++ b/rawilum/Cache.php @@ -224,19 +224,4 @@ class Cache } return static::$lifetime; } - - /** - * Initialize Rawilum Cache - * - * - * Cache::init(); - * - * - * @access public - * @return object - */ - public function init() - { - - } }