summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 6ec5220..de720e1 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -4146,14 +4146,6 @@ PySocketModule_APIObject PySocketModuleAPI =
NULL
};
-PySocketModule_APIObject *
-PySocketModule_ImportModuleAndAPI(void)
-{
- void *api;
- api = PyCapsule_Import(PySocket_CAPSULE_NAME, 1);;
- return (PySocketModule_APIObject *)api;
-}
-
/* Initialize the _socket module.