From 2ff55560e21874ce4d3c724db20a6ebd86e65221 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Wed, 14 Oct 2015 14:39:25 +0200 Subject: Remove $ETagFunction - it was never used --- apps/dav/lib/connector/sabre/node.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps') diff --git a/apps/dav/lib/connector/sabre/node.php b/apps/dav/lib/connector/sabre/node.php index 377536b5308..814aaceb077 100644 --- a/apps/dav/lib/connector/sabre/node.php +++ b/apps/dav/lib/connector/sabre/node.php @@ -34,12 +34,6 @@ use OCA\DAV\Connector\Sabre\Exception\InvalidPath; abstract class Node implements \Sabre\DAV\INode { - /** - * Allow configuring the method used to generate Etags - * - * @var array(class_name, function_name) - */ - public static $ETagFunction = null; /** * @var \OC\Files\View -- cgit v1.2.3