[PATCH 1/2] ole32: Remove unused CoGetCallerTID() stub.

Nikolay Sivov nsivov at codeweavers.com
Fri Sep 10 01:26:42 CDT 2021


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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;
-}
-- 
2.33.0




More information about the wine-devel mailing list