Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
ZODB
Commits
a2e0625f
Commit
a2e0625f
authored
22 years ago
by
Guido van Rossum
Browse files
Options
Download
Email Patches
Plain Diff
Get rid of unused class variable READ_SIZE.
parent
ec8911e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/ZEO/zrpc/smac.py
src/ZEO/zrpc/smac.py
+1
-3
No files found.
src/ZEO/zrpc/smac.py
View file @
a2e0625f
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.3
3
2002/10/02 19:5
4:02
gvanrossum Exp $
$Id: smac.py,v 1.3
4
2002/10/02 19:5
5: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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment