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 | b25510070965c07d4047655cc5b4aada50df9833 (patch) | |
| tree | 51325f7028f6d9f3174e982299b41cc138de31c7 /qpid/python | |
| parent | ef6a84d0c56bf09be302867700094a68872e2a77 (diff) | |
| download | qpid-python-b25510070965c07d4047655cc5b4aada50df9833.tar.gz | |
removed dead code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/delegate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/python/qpid/delegate.py b/qpid/python/qpid/delegate.py index 0467162498..00ee9c98db 100644 --- a/qpid/python/qpid/delegate.py +++ b/qpid/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] |
