diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-03-21 11:30:50 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-03-21 11:30:50 -0700 |
commit | 43563bff3c7704abb9ae0ce3ae1e65d7e76986af (patch) | |
tree | 04bd4a493e7c538f07c1a7ea25bba8626f1969f0 /python/test | |
parent | ICE-7669 - Python dispatcher fixes (diff) | |
download | ice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.tar.bz2 ice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.tar.xz ice-43563bff3c7704abb9ae0ce3ae1e65d7e76986af.zip |
ICE-7669 - minor test fix
Diffstat (limited to 'python/test')
-rwxr-xr-x | python/test/Ice/dispatcher/Dispatcher.py | 3 |
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 |