tests: Remove unused variable

This commit is contained in:
Jakub Stasiak
2016-01-08 01:21:18 +01:00
parent d62c080c1f
commit 321831d334

View File

@@ -19,10 +19,6 @@ from eventlet.support import capture_stderr, get_errno, six
import tests import tests
if six.PY3:
buffer = memoryview
def bufsized(sock, size=1): def bufsized(sock, size=1):
""" Resize both send and receive buffers on a socket. """ Resize both send and receive buffers on a socket.
Useful for testing trampoline. Returns the socket. Useful for testing trampoline. Returns the socket.