ole32: Remove unused CoGetCallerTID() stub.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-09-10 09:26:42 +03:00 committed by Alexandre Julliard
parent b5deeff860
commit d496fd488f
1 changed files with 0 additions and 9 deletions

View File

@ -81,12 +81,3 @@ HRESULT WINAPI DECLSPEC_HOTPATCH OleRegEnumFormatEtc (
return E_NOTIMPL;
}
/***********************************************************************
* CoGetCallerTID [OLE32.@]
*/
HRESULT WINAPI CoGetCallerTID(LPDWORD lpdwTID)
{
FIXME("stub!\n");
return E_NOTIMPL;
}