diff options
Diffstat (limited to 'otherlibs/win32unix/startup.c')
-rw-r--r-- | otherlibs/win32unix/startup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otherlibs/win32unix/startup.c b/otherlibs/win32unix/startup.c index bbf5fe1fe..8417e1366 100644 --- a/otherlibs/win32unix/startup.c +++ b/otherlibs/win32unix/startup.c @@ -28,8 +28,6 @@ CAMLprim value win_startup(unit) int i; HANDLE h; - DBUG_INIT; - (void) WSAStartup(MAKEWORD(2, 0), &wsaData); DuplicateHandle(GetCurrentProcess(), GetCurrentProcess(), GetCurrentProcess(), &h, 0, TRUE, @@ -48,7 +46,5 @@ CAMLprim value win_cleanup(unit) (void) WSACleanup(); - DBUG_CLEANUP; - return Val_unit; } |