diff options
author | Rafael H. Schloming <rhs@apache.org> | 2006-11-08 19:36:45 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2006-11-08 19:36:45 +0000 |
commit | 805c6c9032eb0d71b719fd765b6a6ba70a031fde (patch) | |
tree | b4afdb3a918cc88dc72589a2bd810b29f0332b6d /python | |
parent | ea0d1d52dc1d8b56e8e933c833235299e1fa5aa6 (diff) | |
download | qpid-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.py | 1 |
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] |