changeset 1565:007ed833ac79

Remove pool drain from msleep() in dwcompat on the Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 20 Jan 2012 04:52:12 +0000
parents d84a690448c3
children 035bc006afbe
files compat.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/compat.c	Tue Jan 17 21:04:56 2012 +0000
+++ b/compat.c	Fri Jan 20 04:52:12 2012 +0000
@@ -42,9 +42,6 @@
 	nanosleep(&req, NULL);
 #else
 	usleep((int)(period * 1000));
-#if defined(__MAC__) && !defined(GARBAGE_COLLECT)
-    _dw_pool_drain();
-#endif
 #endif
 }
 #endif