[ticket/15253] Remove delete dir method

PHPBB3-15253
This commit is contained in:
Rubén Calvo 2017-07-19 14:06:27 +02:00
parent 30e0015ca9
commit b8483c582d

View file

@ -59,9 +59,4 @@ class storage
{
$this->adapter->create_dir($path);
}
public function delete_dir($path)
{
$this->adapter->delete_dir($path);
}
}