summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-20 23:54:37 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-20 23:58:07 +0200
commitcfa036eaa916c1adf38fb161a16c50cd050c0a3b (patch)
tree96ed86f65b21a82724e44eee60177e084170673f /lib/filesystem.php
parentf7722abcb0a7f6b91e6c767d601193446a41a817 (diff)
downloadnextcloud-server-cfa036eaa916c1adf38fb161a16c50cd050c0a3b.tar.gz
nextcloud-server-cfa036eaa916c1adf38fb161a16c50cd050c0a3b.zip
drop filectime from the filesystem api's
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r--lib/filesystem.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php
index 587eb50d9e0..9ce75aaf8ce 100644
--- a/lib/filesystem.php
+++ b/lib/filesystem.php
@@ -309,13 +309,6 @@ class OC_Filesystem {
/**
* @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
*/
- static public function filectime($path) {
- return \OC\Files\Filesystem::filectime($path);
- }
-
- /**
- * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem
- */
static public function filemtime($path) {
return \OC\Files\Filesystem::filemtime($path);
}