Commit in reactos/ntoskrnl/ke on MAIN
catch.c+1-251.44 -> 1.45
oops, if you're going to move a function, get rid of the old one... sorry...

reactos/ntoskrnl/ke
catch.c 1.44 -> 1.45
diff -u -r1.44 -r1.45
--- catch.c	2 Jul 2004 01:36:25 -0000	1.44
+++ catch.c	2 Jul 2004 12:43:38 -0000	1.45
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: catch.c,v 1.44 2004/07/02 01:36:25 royce Exp $
+/* $Id: catch.c,v 1.45 2004/07/02 12:43:38 royce Exp $
  *
  * PROJECT:              ReactOS kernel
  * FILE:                 ntoskrnl/ke/catch.c
@@ -256,30 +256,6 @@
 	return FALSE;
 }
 
-VOID
-FASTCALL
-KeRosTrapReturn ( PKTRAP_FRAME TrapFrame, PKTRAP_FRAME PrevTrapFrame );
-
-NTSTATUS STDCALL
-NtRaiseException (IN PEXCEPTION_RECORD ExceptionRecord,
-		  IN PCONTEXT Context,
-		  IN BOOLEAN SearchFrames)
-{
-	PKTRAP_FRAME TrapFrame = KeGetCurrentThread()->TrapFrame;
-	PKTRAP_FRAME PrevTrapFrame = (PKTRAP_FRAME)TrapFrame->Edx;
-
-	KeGetCurrentKPCR()->Tib.ExceptionList = TrapFrame->ExceptionList;
-
-	KiDispatchException(ExceptionRecord,
-		Context,
-		PsGetCurrentThread()->Tcb.TrapFrame,
-		(KPROCESSOR_MODE)ExGetPreviousMode(),
-		SearchFrames);
-
-	KeRosTrapReturn ( TrapFrame, PrevTrapFrame );
-	return(STATUS_SUCCESS);
-}
-
 /*
  * @unimplemented
  */
CVSspam 0.2.8