Removed duplicate and incorrect declaration for KeRaiseUserException

svn path=/trunk/; revision=1226
This commit is contained in:
Phillip Susi 2000-07-04 20:02:35 +00:00
parent f801003a51
commit 2946fd90c7

View file

@ -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: