summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-03-21 11:30:50 -0700
committerMark Spruiell <mes@zeroc.com>2017-03-21 11:30:50 -0700
commit43563bff3c7704abb9ae0ce3ae1e65d7e76986af (patch)
tree04bd4a493e7c538f07c1a7ea25bba8626f1969f0 /python/test
parentICE-7669 - Python dispatcher fixes (diff)
downloadice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.tar.bz2
ice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.tar.xz
ice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.zip
ICE-7669 - minor test fix
Diffstat (limited to 'python/test')
-rwxr-xr-xpython/test/Ice/dispatcher/Dispatcher.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/test/Ice/dispatcher/Dispatcher.py b/python/test/Ice/dispatcher/Dispatcher.py
index 1c48b947a84..3e58b129ff6 100755
--- a/python/test/Ice/dispatcher/Dispatcher.py
+++ b/python/test/Ice/dispatcher/Dispatcher.py
@@ -29,9 +29,6 @@ class Dispatcher:
if len(self._calls) == 1:
self._cond.notify()
- def dispatchSync(self, call):
- self.dispatch(call, None)
-
def run(self):
while True:
call = None