* dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.

This commit is contained in:
Corinna Vinschen
2001-09-14 08:23:46 +00:00
parent 3b13d3c817
commit 4856e91471
2 changed files with 4 additions and 3 deletions

View File

@@ -796,9 +796,6 @@ _dll_crt0 ()
strace.microseconds ();
#endif
/* Set the os capabilities. */
wincap.init ();
main_environ = user_data->envptr;
*main_environ = NULL;