From cf9bf2ea10f8043f910de971f5a736a9d9bced21 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 10 Oct 2011 12:48:42 -0700
Subject: [PATCH] interfaces.py: remove get_extension_params and
 set_extension_params methods from IMutableFileURI. refs #393, #1526

---
 src/allmydata/interfaces.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index 862190ed..a8b11802 100644
--- a/src/allmydata/interfaces.py
+++ b/src/allmydata/interfaces.py
@@ -550,12 +550,7 @@ class IImmutableFileURI(IFileURI):
     pass
 
 class IMutableFileURI(Interface):
-    """I am a URI which represents a mutable filenode."""
-    def get_extension_params():
-        """Return the extension parameters in the URI"""
-
-    def set_extension_params():
-        """Set the extension parameters that should be in the URI"""
+    pass
 
 class IDirectoryURI(Interface):
     pass
-- 
2.45.2