diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-30 19:23:31 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-12-30 19:23:31 -0500 |
commit | 83064aca51db7d8382282743ade2ab9da2a6e1b0 (patch) | |
tree | f5f75f0693ab76906835d6b9dff98a9666969fe4 /lib/filesystem.php | |
parent | a5cb7363a5031d25d3e4cbd46817930c19893143 (diff) | |
download | nextcloud-server-83064aca51db7d8382282743ade2ab9da2a6e1b0.tar.gz nextcloud-server-83064aca51db7d8382282743ade2ab9da2a6e1b0.zip |
Remove old etag code
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index 20b5ab27909..57cca902303 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -399,13 +399,6 @@ class OC_Filesystem { } /** - * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem - */ - static public function removeETagHook($params, $root = false) { - \OC\Files\Filesystem::removeETagHook($params, $root); - } - - /** * normalize a path * * @deprecated OC_Filesystem is replaced by \OC\Files\Filesystem |