summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2017-02-27 11:46:19 +0900
committerJan Kotas <jkotas@microsoft.com>2017-02-26 18:46:19 -0800
commitef468f2da6a9a773625a32c09a190ffc73551113 (patch)
tree58a2a561fb877ae973f39e65f23cbcb4ab0f3efc /src/vm
parente77ce643719f3868669ba38aaa6fc3da266396a8 (diff)
downloadcoreclr-ef468f2da6a9a773625a32c09a190ffc73551113.tar.gz
coreclr-ef468f2da6a9a773625a32c09a190ffc73551113.tar.bz2
coreclr-ef468f2da6a9a773625a32c09a190ffc73551113.zip
[x86/Linux] Clean up PopSEHRecords (#9812)
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/i386/unixstubs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/i386/unixstubs.cpp b/src/vm/i386/unixstubs.cpp
index b05c05f6a7..30cb66d324 100644
--- a/src/vm/i386/unixstubs.cpp
+++ b/src/vm/i386/unixstubs.cpp
@@ -46,11 +46,6 @@ extern "C"
}
};
-VOID __cdecl PopSEHRecords(LPVOID pTargetSP)
-{
- PORTABILITY_ASSERT("Implement for PAL");
-}
-
EXTERN_C VOID BackPatchWorkerAsmStub()
{
PORTABILITY_ASSERT("BackPatchWorkerAsmStub");