- Remove an unused function

svn path=/trunk/; revision=55744
This commit is contained in:
Giannis Adamopoulos 2012-02-20 10:47:13 +00:00
parent 94da11bec8
commit 42dde0a3ef

View file

@ -332,17 +332,6 @@ InitInputImpl(VOID)
return STATUS_SUCCESS;
}
/*
* CleanupInputImp
*
* Cleans input implementation
*/
NTSTATUS FASTCALL
CleanupInputImp(VOID)
{
return STATUS_SUCCESS;
}
BOOL FASTCALL
IntBlockInput(PTHREADINFO pti, BOOL BlockIt)
{