summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoongsuk Cho <ws77.cho@samsung.com>2018-08-10 13:37:01 +0900
committer조웅석/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <ws77.cho@samsung.com>2018-09-06 10:22:00 +0900
commit00674d7c13fff43240df4d01c4c00fbae8b34952 (patch)
tree457fa62b378ae0f0c7bb8532d1c475d25b72aa44
parent95090af201040910bd328bd0cc97cfad49b21762 (diff)
downloadlauncher-00674d7c13fff43240df4d01c4c00fbae8b34952.tar.gz
launcher-00674d7c13fff43240df4d01c4c00fbae8b34952.tar.bz2
launcher-00674d7c13fff43240df4d01c4c00fbae8b34952.zip
delete erroneously added code by merge
Change-Id: I19f8b1023d61b900506c33887e071987e12e4919
-rw-r--r--NativeLauncher/launcher/dotnet/dotnet_launcher.cc10
1 files changed, 1 insertions, 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);
}
}