summaryrefslogtreecommitdiffstats
path: root/lib/filesystem.php
diff options
context:
space:
mode:
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);
}