diff --git a/eventlet/greenio.py b/eventlet/greenio.py index 6be9ecc..737cff4 100644 --- a/eventlet/greenio.py +++ b/eventlet/greenio.py @@ -352,7 +352,6 @@ class GreenSocket(object): return self.fd.sendto(*args) def setblocking(self, flag): - self.fd.setblocking(flag) if flag: self.act_non_blocking = False self.timeout = None