summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/socket.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/socket.py b/Lib/socket.py
index 0dd8ec7..3016b03 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -104,8 +104,6 @@ def _intenum_converter(value, enum_klass):
except ValueError:
return value
-_realsocket = socket
-
# WSA error codes
if sys.platform.lower().startswith("win"):
errorTab = {}