summaryrefslogtreecommitdiffstats
path: root/Python/dynload_dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_dl.c')
-rw-r--r--Python/dynload_dl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/dynload_dl.c b/Python/dynload_dl.c
index 37519b2..a914a08 100644
--- a/Python/dynload_dl.c
+++ b/Python/dynload_dl.c
@@ -11,7 +11,6 @@ extern char *Py_GetProgramName(void);
const struct filedescr _PyImport_DynLoadFiletab[] = {
{".o", "rb", C_EXTENSION},
- {"module.o", "rb", C_EXTENSION},
{0, 0}
};