summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/timemodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 005189a..cb6f54e 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__)