aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/view.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/view.php')
-rw-r--r--lib/files/view.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/files/view.php b/lib/files/view.php
index bffeb434f28..58e3ee6f051 100644
--- a/lib/files/view.php
+++ b/lib/files/view.php
@@ -236,10 +236,6 @@ class View {
return $this->basicOperation('file_exists', $path);
}
- public function filectime($path) {
- return $this->basicOperation('filectime', $path);
- }
-
public function filemtime($path) {
return $this->basicOperation('filemtime', $path);
}