From 27fda289732e17c787ac939c6258917a2b4784c6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 22 Jan 1995 00:48:16 +0000 Subject: [PATCH] cleanup --- Modules/mathmodule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index ae7dc7fad701..5309206b66e0 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) -- 2.47.3