diff --git a/phpBB/phpbb/storage/storage.php b/phpBB/phpbb/storage/storage.php index 91ff7cc5e3..f532f4d95f 100644 --- a/phpBB/phpbb/storage/storage.php +++ b/phpBB/phpbb/storage/storage.php @@ -59,9 +59,4 @@ class storage { $this->adapter->create_dir($path); } - - public function delete_dir($path) - { - $this->adapter->delete_dir($path); - } }