w32skrnl: _GetThunkBuff() is unused so remove it.
This commit is contained in:
parent
5b92b39b2c
commit
cbe5d8e494
|
@ -40,16 +40,6 @@ LPSTR WINAPI GetWin32sDirectory(void)
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* _GetThunkBuff
|
|
||||||
* FIXME: ???
|
|
||||||
*/
|
|
||||||
SEGPTR WINAPI _GetThunkBuff(void)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* GetCurrentTask32 (W32SKRNL.3)
|
* GetCurrentTask32 (W32SKRNL.3)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue