Commit cbe5d8e4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

w32skrnl: _GetThunkBuff() is unused so remove it.

parent 5b92b39b
...@@ -41,16 +41,6 @@ LPSTR WINAPI GetWin32sDirectory(void) ...@@ -41,16 +41,6 @@ LPSTR WINAPI GetWin32sDirectory(void)
} }
/*********************************************************************** /***********************************************************************
* _GetThunkBuff
* FIXME: ???
*/
SEGPTR WINAPI _GetThunkBuff(void)
{
return 0;
}
/***********************************************************************
* GetCurrentTask32 (W32SKRNL.3) * GetCurrentTask32 (W32SKRNL.3)
*/ */
HTASK16 WINAPI GetCurrentTask32(void) HTASK16 WINAPI GetCurrentTask32(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment