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

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

index b05c05f..30cb66d 100644 (file)
@@ -46,11 +46,6 @@ extern "C"
     }
 };
 
-VOID __cdecl PopSEHRecords(LPVOID pTargetSP)
-{
-    PORTABILITY_ASSERT("Implement for PAL");
-}
-
 EXTERN_C VOID BackPatchWorkerAsmStub()
 {
     PORTABILITY_ASSERT("BackPatchWorkerAsmStub");