* dcrt0.cc (locale_init): Remove.

This commit is contained in:
Christopher Faylor 2001-02-20 03:28:01 +00:00
parent f97e7d754c
commit 441d7aeef1
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Mon Feb 19 22:25:53 2001 Christopher Faylor <cgf@cygnus.com>
* dcrt0.cc (locale_init): Remove.
2001-02-15 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
* cygwin.din: Export rand48 functions.

View File

@ -765,9 +765,6 @@ dll_crt0_1 ()
if (!old_title && GetConsoleTitle (title_buf, TITLESIZE))
old_title = title_buf;
/* Initialize locale */
locale_init ();
/* Allocate fdtab */
dtable_init ();