From 460096112273f6de8898fa4e98e16f3ada349e61 Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Fri, 29 Sep 2000 11:42:18 +0000 Subject: temporary hack for thread local storage removed --- cppu/source/threadpool/thread.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'cppu/source/threadpool/thread.cxx') diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx index 9d006ff142f2..3ff7d10b3973 100644 --- a/cppu/source/threadpool/thread.cxx +++ b/cppu/source/threadpool/thread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: thread.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:25:52 $ + * last change: $Author: jbu $ $Date: 2000-09-29 12:42:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,9 +127,6 @@ namespace cppu_threadpool { delete this; } - // hack during no proper threadlocalstorage support - void SAL_CALL destructCurrentId(); - void ORequestThread::run() { while ( m_pQueue ) @@ -165,6 +162,5 @@ namespace cppu_threadpool { cppu_threadpool::ThreadPool::getInstance()->waitInPool( this ); } - destructCurrentId(); } } -- cgit