From: Jonghyun Park Date: Mon, 27 Feb 2017 14:57:20 +0000 (+0900) Subject: [x86/Linux] Clean up unused NakedThrowHelper stub (dotnet/coreclr#9824) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7937 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ece9fbe5873ca7bc3192ddd239844189293d2e42;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [x86/Linux] Clean up unused NakedThrowHelper stub (dotnet/coreclr#9824) Commit migrated from https://github.com/dotnet/coreclr/commit/d93d27243f5567178815ddcce8188e10b992f1db --- diff --git a/src/coreclr/src/vm/i386/unixstubs.cpp b/src/coreclr/src/vm/i386/unixstubs.cpp index 9c695b9..9705ab0 100644 --- a/src/coreclr/src/vm/i386/unixstubs.cpp +++ b/src/coreclr/src/vm/i386/unixstubs.cpp @@ -11,11 +11,6 @@ extern "C" PORTABILITY_ASSERT("Implement for PAL"); } - void NakedThrowHelper() - { - PORTABILITY_ASSERT("Implement for PAL"); - } - void ProfileEnterNaked(FunctionIDOrClientID functionIDOrClientID) { PORTABILITY_ASSERT("Implement for PAL");