summaryrefslogtreecommitdiffstats
path: root/cppu/source/threadpool/threadident.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/threadident.cxx')
-rw-r--r--cppu/source/threadpool/threadident.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/threadident.cxx b/cppu/source/threadpool/threadident.cxx
index ef880c7aa7bc..4b9ef7c25b57 100644
--- a/cppu/source/threadpool/threadident.cxx
+++ b/cppu/source/threadpool/threadident.cxx
@@ -35,7 +35,7 @@ using namespace ::osl;
using namespace ::cppu;
-static inline void createLocalId( sal_Sequence **ppThreadId )
+static void createLocalId( sal_Sequence **ppThreadId )
{
rtl_byte_sequence_constructNoDefault( ppThreadId , 4 + 16 );
sal_uInt32 id = osl::Thread::getCurrentIdentifier();