From bb746199063b2efe679f8d02a92e7de42ebeb745 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Sun, 20 Jun 2004 23:42:07 +0000 Subject: [PATCH] remove unused stub SetCriticalSectionSpinCount (it's forwarded to ntdll) svn path=/trunk/; revision=9786 --- reactos/lib/kernel32/misc/stubs.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/reactos/lib/kernel32/misc/stubs.c b/reactos/lib/kernel32/misc/stubs.c index ffb5e290bab..f31bd6ee07e 100644 --- a/reactos/lib/kernel32/misc/stubs.c +++ b/reactos/lib/kernel32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.77 2004/06/13 20:04:56 navaraf Exp $ +/* $Id: stubs.c,v 1.78 2004/06/20 23:42:07 gdalsnes Exp $ * * KERNEL32.DLL stubs (unimplemented functions) * Remove from this file, if you implement them. @@ -1364,19 +1364,6 @@ RestoreLastError( SetLastError(ERROR_CALL_NOT_IMPLEMENTED); } -/* - * @unimplemented - */ -DWORD -STDCALL -SetCriticalSectionSpinCount( - LPCRITICAL_SECTION lpCriticalSection, - DWORD dwSpinCount - ) -{ - SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - return 0; -} /* * @unimplemented