summaryrefslogtreecommitdiff
path: root/sal/osl/w32/thread.c
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-06-08 15:56:42 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-06-08 15:56:42 +0000
commit4a48baf7f2ee8a64dd719304295815e4c9b401db (patch)
tree4bd89664bcd880a3523a1e7b044c56da91282992 /sal/osl/w32/thread.c
parent8c9c950e82de39276dc62ae902bd847b0b20977e (diff)
#87994# osl_freeThreadHandle() is removed
Diffstat (limited to 'sal/osl/w32/thread.c')
-rw-r--r--sal/osl/w32/thread.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/sal/osl/w32/thread.c b/sal/osl/w32/thread.c
index 29cbc8a20c13..29d11ce5a4db 100644
--- a/sal/osl/w32/thread.c
+++ b/sal/osl/w32/thread.c
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.c,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: jbu $ $Date: 2001-06-08 15:46:20 $
+ * last change: $Author: jbu $ $Date: 2001-06-08 16:49:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,14 +215,6 @@ void SAL_CALL osl_destroyThread(oslThread Thread)
}
/*****************************************************************************/
-/* osl_freeThreadHandle */
-/*****************************************************************************/
-void SAL_CALL osl_freeThreadHandle(oslThread Thread)
-{
- OSL_ENSURE( 0 , "osl_freeThreadHandle: deprecated, should not be called !" );
-}
-
-/*****************************************************************************/
/* osl_resumeThread */
/*****************************************************************************/
void SAL_CALL osl_resumeThread(oslThread Thread)