[x86/Linux] Clean up CallRtlUnwind (dotnet/coreclr#9813)
authorJonghyun Park <parjong@gmail.com>
Mon, 27 Feb 2017 02:45:50 +0000 (11:45 +0900)
committerJan Kotas <jkotas@microsoft.com>
Mon, 27 Feb 2017 02:45:50 +0000 (18:45 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/e77ce643719f3868669ba38aaa6fc3da266396a8

src/coreclr/src/vm/i386/unixstubs.cpp

index c0c0982..b05c05f 100644 (file)
@@ -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)