Revert dummy commit now that the build slave is building.
diff --git a/Lib/socket.py b/Lib/socket.py
index b3fb9af..30be5c5 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -459,5 +459,4 @@
             if sock is not None:
                 sock.close()
 
-    raise RuntimeError("error %s, msg %s" % (error, msg))
     raise error, msg