diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-08 22:26:03 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-08 22:26:03 +0100 |
commit | ca6c500799ec13c433ca74b8caa80875084c4943 (patch) | |
tree | 00fd4252dcad5c47cc4cbd2b27acb0bdeb410915 /lib/filestorage.php | |
parent | ec015a2e6806be90516e5cba009823050d98bcb0 (diff) | |
download | nextcloud-server-ca6c500799ec13c433ca74b8caa80875084c4943.tar.gz nextcloud-server-ca6c500799ec13c433ca74b8caa80875084c4943.zip |
remove OC_Filesystem::fileatime
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r-- | lib/filestorage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php index 34fa6457fd2..90071a86dbe 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -39,7 +39,6 @@ class OC_Filestorage{ public function readfile($path){} public function filectime($path){} public function filemtime($path){} - public function fileatime($path){} public function file_get_contents($path){} public function file_put_contents($path,$data){} public function unlink($path){} |