From 321831d334e9c3105d560563c97d571a42db40e7 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Fri, 8 Jan 2016 01:21:18 +0100 Subject: [PATCH] tests: Remove unused variable --- tests/greenio_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/greenio_test.py b/tests/greenio_test.py index 83404ca..f0d2d89 100644 --- a/tests/greenio_test.py +++ b/tests/greenio_test.py @@ -19,10 +19,6 @@ from eventlet.support import capture_stderr, get_errno, six import tests -if six.PY3: - buffer = memoryview - - def bufsized(sock, size=1): """ Resize both send and receive buffers on a socket. Useful for testing trampoline. Returns the socket.