diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/AllTests.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/AllTests.cpp | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/cpp/test/IceSSL/configuration/AllTests.cpp b/cpp/test/IceSSL/configuration/AllTests.cpp index 68153f7444a..92fc54e957f 100644 --- a/cpp/test/IceSSL/configuration/AllTests.cpp +++ b/cpp/test/IceSSL/configuration/AllTests.cpp @@ -171,11 +171,6 @@ createServerProps(const Ice::PropertiesPtr& defaultProperties, const string& def return result; } -#if defined(_MSC_VER) && (_MSC_VER < 1300) -void allTests2(const CommunicatorPtr&, const Ice::PropertiesPtr&, const string&, const string&, const string&, - const Test::ServerFactoryPrx&); -#endif - void allTests(const CommunicatorPtr& communicator, const string& testDir) { @@ -1039,23 +1034,7 @@ allTests(const CommunicatorPtr& communicator, const string& testDir) fact->destroyServer(server); comm->destroy(); } -#if defined(_MSC_VER) && (_MSC_VER < 1300) - // - // COMPILER FIX: VC60 generates "too many exception handler states" if single function - // - allTests2(communicator, defaultProperties, defaultDir, defaultHost, factoryRef, factory); -} - -void -allTests2(const CommunicatorPtr& communicator, - const Ice::PropertiesPtr& defaultProperties, - const string& defaultDir, - const string& defaultHost, - const string& factoryRef, - const Test::ServerFactoryPrx& factory) -{ - string sep = ";"; -#endif + { // // Configure a server with RSA and DSA certificates. |