diff options
Diffstat (limited to 'Modules/timemodule.c')
| -rw-r--r-- | Modules/timemodule.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 005189a507..cb6f54ede8 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__) |
