From 6d409d27ca945389d34a43fdde70f548faeb36da Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Nov 2016 09:54:13 +0100 Subject: lib/icu: migrate from class Error to C++ exceptions --- src/Main.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 9a095b1c7..243a7f275 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -400,10 +400,7 @@ try { #endif #endif - if (!IcuInit(error)) { - LogError(error); - return EXIT_FAILURE; - } + IcuInit(); winsock_init(); io_thread_init(); -- cgit v1.2.3