summaryrefslogtreecommitdiff
path: root/bridges/test/testclient.cxx
diff options
context:
space:
mode:
authormfe <mfe@openoffice.org>2001-02-01 12:03:37 +0000
committermfe <mfe@openoffice.org>2001-02-01 12:03:37 +0000
commitb5e307f737357f64a379aebcfe7522aefc1fc73e (patch)
treebd2cbef03fc57152ae3f6a98b625ac88c13d103b /bridges/test/testclient.cxx
parenta318c10ece83a3bfc7aac4f14a04548a63697e5c (diff)
removed ChangeGlobalInit
Diffstat (limited to 'bridges/test/testclient.cxx')
-rw-r--r--bridges/test/testclient.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/bridges/test/testclient.cxx b/bridges/test/testclient.cxx
index 2b03d72a62c2..cb27f2e0058d 100644
--- a/bridges/test/testclient.cxx
+++ b/bridges/test/testclient.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testclient.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2000-10-19 15:16:14 $
+ * last change: $Author: mfe $ $Date: 2001-02-01 13:03:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,11 +102,6 @@ using namespace ::com::sun::star::test::performance;
#include "testcomp.h"
-#ifdef SOLARIS
-extern "C" void ChangeGlobalInit();
-#endif
-
-
#ifdef UNX
#define REG_PREFIX "lib"
#define DLL_POSTFIX ".so"
@@ -168,9 +163,6 @@ void testLatency( const Reference < XConnection > &r , sal_Bool bReply )
void main( int argc, char *argv[] )
{
sal_Bool bUseNew = ( 3 == argc );
-#ifdef SOLARIS
- ChangeGlobalInit(); // Switch on threads !
-#endif
if( argc < 2 )
{
printf(