diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 005189a507d..cb6f54ede84 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -709,12 +709,7 @@ floattime(void) set an exception; else return 0. */ static int -#ifdef MPW floatsleep(double secs) -#else - floatsleep(secs) - double secs; -#endif /* MPW */ { /* XXX Should test for MS_WIN32 first! */ #if defined(HAVE_SELECT) && !defined(__BEOS__)