Author: rhs
Date: Wed Nov 8 11:36:45 2006
New Revision: 472606
URL: http://svn.apache.org/viewvc?view=rev&rev=472606
Log:
removed dead code
Modified:
incubator/qpid/trunk/qpid/python/qpid/delegate.py
Modified: incubator/qpid/trunk/qpid/python/qpid/delegate.py
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/python/qpid/delegate.py?view=diff&rev=472606&r1=472605&r2=472606
==============================================================================
--- incubator/qpid/trunk/qpid/python/qpid/delegate.py (original)
+++ incubator/qpid/trunk/qpid/python/qpid/delegate.py Wed Nov 8 11:36:45 2006
@@ -36,7 +36,6 @@
def dispatch(self, channel, message):
method = message.method
- spec = method.klass.spec
try:
handler = self.handlers[method]