From 2946fd90c7fe24f5905665639cd437ea6ada7920 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Tue, 4 Jul 2000 20:02:35 +0000 Subject: [PATCH] Removed duplicate and incorrect declaration for KeRaiseUserException svn path=/trunk/; revision=1226 --- reactos/include/ddk/kefuncs.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reactos/include/ddk/kefuncs.h b/reactos/include/ddk/kefuncs.h index b8b6b4ebddc..89ce18e9ba5 100644 --- a/reactos/include/ddk/kefuncs.h +++ b/reactos/include/ddk/kefuncs.h @@ -406,14 +406,6 @@ NTSTATUS KeI386ReleaseGdtSelectors(OUT PULONG SelArray, NTSTATUS KeI386AllocateGdtSelectors(OUT PULONG SelArray, IN ULONG NumOfSelectors); -/* - * FUNCTION: Raises a user mode exception - * ARGUMENTS: - * ExceptionCode = Status code of the exception - */ -VOID KeRaiseUserException(NTSTATUS ExceptionCode); - - /* * FUNCTION: Enters the kernel debugger * ARGUMENTS: