diff options
Diffstat (limited to 'crypto/compat/posix_win.c')
-rw-r--r-- | crypto/compat/posix_win.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index 4b4b5f5..30c93cd 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c | |||
@@ -242,10 +242,4 @@ int gettimeofday(struct timeval * tp, struct timezone * tzp) | |||
242 | return 0; | 242 | return 0; |
243 | } | 243 | } |
244 | 244 | ||
245 | unsigned int sleep(unsigned int seconds) | ||
246 | { | ||
247 | Sleep(seconds * 1000); | ||
248 | return seconds; | ||
249 | } | ||
250 | |||
251 | #endif | 245 | #endif |