diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-11 20:59:53 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-11 20:59:53 -0500 |
commit | 9e2f3a53244e353cb75f9927e1c69ef40f589db7 (patch) | |
tree | 7089f5cb9753e869dcbec2faca047046b27493cd /lib/connector | |
parent | 8a63bcc1e85499335ade1df459f0c9f467161404 (diff) | |
download | nextcloud-server-9e2f3a53244e353cb75f9927e1c69ef40f589db7.tar.gz nextcloud-server-9e2f3a53244e353cb75f9927e1c69ef40f589db7.zip |
Remove old create etag function
Diffstat (limited to 'lib/connector')
-rw-r--r-- | lib/connector/sabre/file.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/connector/sabre/file.php b/lib/connector/sabre/file.php index 1770b491280..e0723e12301 100644 --- a/lib/connector/sabre/file.php +++ b/lib/connector/sabre/file.php @@ -102,15 +102,6 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D } /** - * Creates a ETag for this path. - * @param string $path Path of the file - * @return string|null Returns null if the ETag can not effectively be determined - */ - static protected function createETag($path) { - return \OC\Files\Filesystem::hash('md5', $path); - } - - /** * Returns the mime-type for a file * * If null is returned, we'll assume application/octet-stream |