summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r--Mac/Modules/macconfig.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c
index f860977..781e238 100644
--- a/Mac/Modules/macconfig.c
+++ b/Mac/Modules/macconfig.c
@@ -168,10 +168,6 @@ extern void initimp();
struct _inittab _PyImport_Inittab[] = {
{"array", initarray},
-#ifndef SYMANTEC__CFM68K__
-/* The math library seems mostly broken... */
- {"math", initmath},
-#endif
#ifndef WITHOUT_COMPLEX
{"cmath", initcmath},
#endif