From 9e2f3a53244e353cb75f9927e1c69ef40f589db7 Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <mtgap@owncloud.com>
Date: Fri, 11 Jan 2013 20:59:53 -0500
Subject: [PATCH] Remove old create etag function

---
 lib/connector/sabre/file.php | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/connector/sabre/file.php b/lib/connector/sabre/file.php
index 1770b49128..e0723e1230 100644
--- a/lib/connector/sabre/file.php
+++ b/lib/connector/sabre/file.php
@@ -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
 	 *
-- 
GitLab