From 27fda289732e17c787ac939c6258917a2b4784c6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 22 Jan 1995 00:48:16 +0000 Subject: cleanup --- Modules/mathmodule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index ae7dc7f..5309206 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -140,10 +140,6 @@ FUNC1(math_sqrt, sqrt) FUNC1(math_tan, tan) FUNC1(math_tanh, tanh) -#ifndef macintosh - - -#endif static object * math_frexp(self, args) -- cgit v0.12