sal/osl/w32/thread.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 6d0956c8a61bacc154bef225f83eb74cdf442c57
Author: Mike Kaganski <[email protected]>
AuthorDate: Fri Jan 7 07:32:18 2022 +0100
Commit: Mike Kaganski <[email protected]>
CommitDate: Fri Jan 7 09:12:40 2022 +0100
Drop unused forward declaration
Change-Id: Id2053d255624cef365753debea83d4bf1c3d9de3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128070
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
diff --git a/sal/osl/w32/thread.cxx b/sal/osl/w32/thread.cxx
index a82ac2ea8a19..71d11901cebf 100644
--- a/sal/osl/w32/thread.cxx
+++ b/sal/osl/w32/thread.cxx
@@ -48,7 +48,6 @@ typedef struct
}
-static unsigned __stdcall oslWorkerWrapperFunction(void* pData);
static oslThread oslCreateThread(oslWorkerFunction pWorker, void* pThreadData,
sal_uInt32 nFlags);
static unsigned __stdcall oslWorkerWrapperFunction(void* pData)