Commit in reactos/lib/ntdll/rtl on MAIN
exception.c+1-31.16 -> 1.17
- Fix a small bug in RtlUnwind.

reactos/lib/ntdll/rtl
exception.c 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- exception.c	13 Sep 2003 06:17:51 -0000	1.16
+++ exception.c	8 Apr 2004 21:14:18 -0000	1.17
@@ -1,4 +1,4 @@
-/* $Id: exception.c,v 1.16 2003/09/13 06:17:51 vizzini Exp $
+/* $Id: exception.c,v 1.17 2004/04/08 21:14:18 navaraf Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -40,8 +40,6 @@
   EXCEPTION_RECORD NestedExceptionRecord;
   NTSTATUS Status;
 
-  DPRINT("KiUserExceptionDispatcher()\n");
-
   if (RtlpDispatchException(ExceptionRecord, Context) != ExceptionContinueExecution)
     {
       Status = NtContinue(Context, FALSE);
CVSspam 0.2.8