From 166d62414a0ffba0ca1345b681e11ea36892fb1c Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Fri, 10 Aug 2018 13:37:01 +0900 Subject: [PATCH] delete erroneously added code by merge Change-Id: I19f8b1023d61b900506c33887e071987e12e4919 --- NativeLauncher/launcher/dotnet/dotnet_launcher.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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); } } -- 2.7.4