From: Guido van Rossum Date: Sun, 22 Jan 1995 00:48:16 +0000 (+0000) Subject: cleanup X-Git-Tag: v1.2b3~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27fda289732e17c787ac939c6258917a2b4784c6;p=thirdparty%2FPython%2Fcpython.git cleanup --- 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)