summaryrefslogtreecommitdiff
path: root/Python/dynload_aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/dynload_aix.c')
-rw-r--r--Python/dynload_aix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c
index 6287c86edf..8346f065e3 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -28,7 +28,6 @@ typedef struct Module {
const struct filedescr _PyImport_DynLoadFiletab[] = {
{".so", "rb", C_EXTENSION},
- {"module.so", "rb", C_EXTENSION},
{0, 0}
};