diff options
Diffstat (limited to 'Modules/socketmodule.h')
-rw-r--r-- | Modules/socketmodule.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index a1a212262a..ef4ba38e27 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -75,13 +75,6 @@ typedef struct { sets a Python exception */ } PySocketSockObject; -/* A forward reference to the Socktype type object. - The Socktype variable contains pointers to various functions, - some of which call newsockobject(), which uses Socktype, so - there has to be a circular reference. */ - -extern DL_IMPORT(PyTypeObject) PySocketSock_Type; - /* --- C API ----------------------------------------------------*/ /* C API for usage by other Python modules */ |