Remove old create etag function

This commit is contained in:
Michael Gapczynski 2013-01-11 20:59:53 -05:00
parent 8a63bcc1e8
commit 9e2f3a5324
1 changed files with 0 additions and 9 deletions

View File

@ -101,15 +101,6 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
return $this->getETagPropertyForPath($this->path);
}
/**
* 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
*