Nikolay Sivov : ole32: Remove unused CoGetCallerTID() stub.
Module: wine Branch: master Commit: d496fd488f8fc40164ee0ecdd297ce6ba2cf783f URL: https://source.winehq.org/git/wine.git/?a=commit;h=d496fd488f8fc40164ee0ecdd... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri Sep 10 09:26:42 2021 +0300 ole32: Remove unused CoGetCallerTID() stub. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/ole2stubs.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dlls/ole32/ole2stubs.c b/dlls/ole32/ole2stubs.c index 49130c51584..74b4e864403 100644 --- a/dlls/ole32/ole2stubs.c +++ b/dlls/ole32/ole2stubs.c @@ -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; -}
participants (1)
-
Alexandre Julliard