diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-07 07:32:18 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-07 09:12:40 +0100 |
commit | 6d0956c8a61bacc154bef225f83eb74cdf442c57 (patch) | |
tree | b77c8a75eb80e337e762228bd2d114fdd0b38463 /sal/osl | |
parent | 7b8bb9f085ca8e70247da48fdd2bf7ab06a0a102 (diff) |
Drop unused forward declaration
Change-Id: Id2053d255624cef365753debea83d4bf1c3d9de3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128070
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/thread.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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) |