From b5e307f737357f64a379aebcfe7522aefc1fc73e Mon Sep 17 00:00:00 2001 From: mfe Date: Thu, 1 Feb 2001 12:03:37 +0000 Subject: removed ChangeGlobalInit --- bridges/test/testclient.cxx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'bridges/test/testclient.cxx') 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( -- cgit