diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/dynload_mac.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c index bb5f4fb..6b50b16 100644 --- a/Python/dynload_mac.c +++ b/Python/dynload_mac.c @@ -17,15 +17,7 @@ const struct filedescr _PyImport_DynLoadFiletab[] = { {".slb", "rb", C_EXTENSION}, -#ifdef __CFM68K__ - {".CFM68K.slb", "rb", C_EXTENSION}, -#else -#if TARGET_API_MAC_CARBON {".carbon.slb", "rb", C_EXTENSION}, -#else - {".ppc.slb", "rb", C_EXTENSION}, -#endif -#endif {0, 0} }; |