summaryrefslogtreecommitdiff
path: root/python/qpid
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid')
-rw-r--r--python/qpid/driver.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/qpid/driver.py b/python/qpid/driver.py
index fc6481bece..2e07c82a0d 100644
--- a/python/qpid/driver.py
+++ b/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: