From: Woongsuk Cho Date: Fri, 10 Aug 2018 04:37:01 +0000 (+0900) Subject: delete erroneously added code by merge X-Git-Tag: accepted/tizen/unified/20180814.174918^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F186511%2F1;p=platform%2Fcore%2Fdotnet%2Flauncher.git delete erroneously added code by merge Change-Id: I19f8b1023d61b900506c33887e071987e12e4919 --- diff --git a/NativeLauncher/launcher/dotnet/dotnet_launcher.cc b/NativeLauncher/launcher/dotnet/dotnet_launcher.cc index ced9782..07854e8 100644 --- a/NativeLauncher/launcher/dotnet/dotnet_launcher.cc +++ b/NativeLauncher/launcher/dotnet/dotnet_launcher.cc @@ -149,15 +149,7 @@ static void onSigabrt(int signum) write(2, "Fail to raise SIGABRT\n", 22); } } else { - write(2, "SIGABRT from native. raise SIGABRT\n", 35); - checkOnSigabrt = true; - if (sigaction(SIGABRT, &sig_abrt_old, NULL) == 0) { - if (raise(signum) < 0) { - write(2, "Fail to raise SIGABRT\n", 22); - } - } else { - write(2, "Fail to set original SIGABRT handler\n", 37); - } + write(2, "Fail to set original SIGABRT handler\n", 37); } }