Style fix: remove obsolete contents
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Apr 2016 01:00:40 +0000 (10:00 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Apr 2016 01:01:21 +0000 (10:01 +0900)
We no longer have StartUnwindingNativeFrames.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/540167de19398a0cf7c4a14b6e7b7f808ca8d808

src/coreclr/src/vm/exceptionhandling.cpp

index 9c6747f..e21a852 100644 (file)
@@ -4331,18 +4331,6 @@ static void DoEHLog(
 #endif // _DEBUG
 
 #ifdef FEATURE_PAL
-//---------------------------------------------------------------------------------------
-//
-// This function initiates unwinding of native frames during the unwinding of a managed 
-// exception. The managed exception can be propagated over several managed / native ranges 
-// until it is finally handled by a managed handler or leaves the stack unhandled and
-// aborts the current process.
-// This function is an assembler helper.
-//
-// Arguments:
-//      context - context at which to start the native unwinding
-//      ex      - pointer to the exception to use to unwind the native frames
-extern "C" void StartUnwindingNativeFrames(CONTEXT* context, PAL_SEHException* ex);
 
 //---------------------------------------------------------------------------------------
 //