Skip to content
Snippets Groups Projects
Commit 60411f7d authored by Bart Visscher's avatar Bart Visscher
Browse files

Remove unneeded __destruct call in OC\Files\Storage\Temporary

parent 18fa8e27
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ class Temporary extends Local{
}
public function __destruct() {
parent::__destruct();
$this->cleanUp();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment