From ca6c500799ec13c433ca74b8caa80875084c4943 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 8 Nov 2011 22:26:03 +0100 Subject: remove OC_Filesystem::fileatime --- lib/filestorage/local.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/filestorage/local.php') diff --git a/lib/filestorage/local.php b/lib/filestorage/local.php index 9e29f85071a..7711116db35 100644 --- a/lib/filestorage/local.php +++ b/lib/filestorage/local.php @@ -67,9 +67,6 @@ class OC_Filestorage_Local extends OC_Filestorage{ public function filemtime($path){ return filemtime($this->datadir.$path); } - public function fileatime($path){ - return fileatime($this->datadir.$path); - } public function file_get_contents($path){ return file_get_contents($this->datadir.$path); } -- cgit v1.2.3