summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2006-11-08 19:36:45 +0000
committerRafael H. Schloming <rhs@apache.org>2006-11-08 19:36:45 +0000
commit805c6c9032eb0d71b719fd765b6a6ba70a031fde (patch)
treeb4afdb3a918cc88dc72589a2bd810b29f0332b6d /python
parentea0d1d52dc1d8b56e8e933c833235299e1fa5aa6 (diff)
downloadqpid-python-805c6c9032eb0d71b719fd765b6a6ba70a031fde.tar.gz
removed dead code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/qpid/delegate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/qpid/delegate.py b/python/qpid/delegate.py
index 0467162498..00ee9c98db 100644
--- a/python/qpid/delegate.py
+++ b/python/qpid/delegate.py
@@ -36,7 +36,6 @@ class Delegate:
def dispatch(self, channel, message):
method = message.method
- spec = method.klass.spec
try:
handler = self.handlers[method]