summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index f77fff00775..2b1764e96a7 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -223,9 +223,6 @@ class CommunicatorI(Communicator):
def addObjectFactory(self, factory, id):
self._impl.addObjectFactory(factory, id)
- def removeObjectFactory(self, id):
- self._impl.removeObjectFactory(id)
-
def findObjectFactory(self, id):
return self._impl.findObjectFactory(id)