Commit 2c6dfbe3 authored by Guido van Rossum's avatar Guido van Rossum

Remove two unused __super_<method> definitions.

parent a702ae71
......@@ -116,8 +116,6 @@ class Connection(smac.SizedMessageAsyncConnection):
__super_init = smac.SizedMessageAsyncConnection.__init__
__super_close = smac.SizedMessageAsyncConnection.close
__super_writable = smac.SizedMessageAsyncConnection.writable
__super_message_output = smac.SizedMessageAsyncConnection.message_output
protocol_version = "Z200"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment