From: Jonghyun Park Date: Mon, 27 Feb 2017 02:45:50 +0000 (+0900) Subject: [x86/Linux] Clean up CallRtlUnwind (dotnet/coreclr#9813) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7943 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8291e2176d49705506d0bf85b9320eeae5608b04;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [x86/Linux] Clean up CallRtlUnwind (dotnet/coreclr#9813) Commit migrated from https://github.com/dotnet/coreclr/commit/e77ce643719f3868669ba38aaa6fc3da266396a8 --- diff --git a/src/coreclr/src/vm/i386/unixstubs.cpp b/src/coreclr/src/vm/i386/unixstubs.cpp index c0c0982..b05c05f 100644 --- a/src/coreclr/src/vm/i386/unixstubs.cpp +++ b/src/coreclr/src/vm/i386/unixstubs.cpp @@ -44,12 +44,6 @@ extern "C" void STDCALL JIT_ProfilerEnterLeaveTailcallStub(UINT_PTR ProfilerHandle) { } - - BOOL CallRtlUnwind() - { - PORTABILITY_ASSERT("CallRtlUnwind"); - return FALSE; - } }; VOID __cdecl PopSEHRecords(LPVOID pTargetSP)