w32skrnl: _GetThunkBuff() is unused so remove it.

oldstable
Francois Gouget 2009-01-07 12:40:13 +01:00 committed by Alexandre Julliard
parent 5b92b39b2c
commit cbe5d8e494
1 changed files with 0 additions and 10 deletions

View File

@ -40,16 +40,6 @@ LPSTR WINAPI GetWin32sDirectory(void)
return text;
}
/***********************************************************************
* _GetThunkBuff
* FIXME: ???
*/
SEGPTR WINAPI _GetThunkBuff(void)
{
return 0;
}
/***********************************************************************
* GetCurrentTask32 (W32SKRNL.3)
*/