Commit a2e0625f authored by Guido van Rossum's avatar Guido van Rossum

Get rid of unused class variable READ_SIZE.

parent ec8911e3
......@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.33 2002/10/02 19:54:02 gvanrossum Exp $
$Id: smac.py,v 1.34 2002/10/02 19:55:24 gvanrossum Exp $
"""
import asyncore, struct
......@@ -56,8 +56,6 @@ class SizedMessageAsyncConnection(asyncore.dispatcher):
socket = None # to outwit Sam's getattr
READ_SIZE = 8192
def __init__(self, sock, addr, map=None, debug=None):
self.addr = addr
if debug is not None:
......
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