summaryrefslogtreecommitdiff
path: root/src/vm/i386/excepcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/i386/excepcpu.h')
-rw-r--r--src/vm/i386/excepcpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/i386/excepcpu.h b/src/vm/i386/excepcpu.h
index d70c6620a1..a97128b9fc 100644
--- a/src/vm/i386/excepcpu.h
+++ b/src/vm/i386/excepcpu.h
@@ -97,10 +97,6 @@ EXTERN_C LPVOID STDCALL COMPlusEndCatch(LPVOID ebp, DWORD ebx, DWORD edi, DWORD
PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(CONTEXT * pContext);
#ifdef WIN64EXCEPTIONS
PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT * pDispatcherContext);
-
-class FaultingExceptionFrame;
-
-FaultingExceptionFrame *GetFrameFromRedirectedStubStackFrame (DISPATCHER_CONTEXT *pDispatcherContext);
#endif // WIN64EXCEPTIONS
// Determine the address of the instruction that made the current call.