summaryrefslogtreecommitdiff
path: root/scripts/Util.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-10-24 09:59:17 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-10-24 09:59:17 +0200
commit9e166374b9172125f70ffae9f5e9f4272d4e44b2 (patch)
tree497fb07bb1dc4145176f6c60234e0a25f5ae9651 /scripts/Util.py
parentFixed Objective-C cross tests to support --workers (diff)
downloadice-9e166374b9172125f70ffae9f5e9f4272d4e44b2.tar.bz2
ice-9e166374b9172125f70ffae9f5e9f4272d4e44b2.tar.xz
ice-9e166374b9172125f70ffae9f5e9f4272d4e44b2.zip
Removed bogus code from Util.py
Diffstat (limited to 'scripts/Util.py')
-rw-r--r--scripts/Util.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 6c308aeb9b2..58875f475e2 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2330,12 +2330,6 @@ class RemoteProcessController(ProcessController):
self.controllerApps = []
if self.adapter:
self.adapter.destroy()
- if self.future:
- try:
- self.future.result()
- except Exception as ex:
- print(ex)
- pass
class AndroidProcessController(RemoteProcessController):