Nikolay Sivov : ole32: Remove unused CoGetCallerTID() stub.

Alexandre Julliard julliard at winehq.org
Fri Sep 10 15:29:45 CDT 2021


Module: wine
Branch: master
Commit: d496fd488f8fc40164ee0ecdd297ce6ba2cf783f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d496fd488f8fc40164ee0ecdd297ce6ba2cf783f

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Sep 10 09:26:42 2021 +0300

ole32: Remove unused CoGetCallerTID() stub.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
-}




More information about the wine-cvs mailing list