Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2fbc698

Browse files
parjongjkotas
authored andcommitted
[x86/Linux] Remove GetFrameFromRedirectedStubStackFrame stub (#11638)
1 parent 0e71141 commit 2fbc698

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/vm/i386/excepcpu.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ EXTERN_C LPVOID STDCALL COMPlusEndCatch(LPVOID ebp, DWORD ebx, DWORD edi, DWORD
9797
PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(CONTEXT * pContext);
9898
#ifdef WIN64EXCEPTIONS
9999
PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT * pDispatcherContext);
100-
101-
class FaultingExceptionFrame;
102-
103-
FaultingExceptionFrame *GetFrameFromRedirectedStubStackFrame (DISPATCHER_CONTEXT *pDispatcherContext);
104100
#endif // WIN64EXCEPTIONS
105101

106102
// Determine the address of the instruction that made the current call.

src/vm/i386/unixstubs.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,3 @@ PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT * pDispa
5656
PORTABILITY_ASSERT("GetCONTEXTFromRedirectedStubStackFrame");
5757
return NULL;
5858
}
59-
60-
FaultingExceptionFrame *GetFrameFromRedirectedStubStackFrame(DISPATCHER_CONTEXT *pDispatcherContext)
61-
{
62-
PORTABILITY_ASSERT("GetFrameFromRedirectedStubStackFrame");
63-
return NULL;
64-
}

0 commit comments

Comments
 (0)