From 441d7aeef107020fd884f8140e95a006a3f0fbea Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 20 Feb 2001 03:28:01 +0000 Subject: * dcrt0.cc (locale_init): Remove. --- winsup/cygwin/dcrt0.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 553931338..60e990c8b 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -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 (); -- cgit v1.2.3