remove unused stub SetCriticalSectionSpinCount (it's forwarded to ntdll)

svn path=/trunk/; revision=9786
This commit is contained in:
Gunnar Dalsnes 2004-06-20 23:42:07 +00:00
parent 00eec04d6e
commit bb74619906

View file

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