summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/driver.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/python/qpid/driver.py b/qpid/python/qpid/driver.py
index fc6481bece..2e07c82a0d 100644
--- a/qpid/python/qpid/driver.py
+++ b/qpid/python/qpid/driver.py
@@ -78,9 +78,6 @@ class Driver:
self.thread.setDaemon(True)
# XXX: need to figure out how to join on this thread
- def start(self):
- self.thread.start()
-
def wakeup(self):
self._wakeup_cond.acquire()
try: