diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-07-14 09:25:40 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2022-07-14 09:25:40 +0200 |
commit | 8096d513b52a30164b1820eab996dd26dbe2a4b8 (patch) | |
tree | 13d452f990beda2cee4719ccce46e2991da466d9 /TAO/orbsvcs/tests | |
parent | ea7ee2053a878b207203af4ce134cc7fddea8465 (diff) | |
download | ATCD-8096d513b52a30164b1820eab996dd26dbe2a4b8.tar.gz |
Removed old code for Tru64/Irix, not supported anymore for a long time
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/Simple_Naming/client.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/client.cpp b/TAO/orbsvcs/tests/Simple_Naming/client.cpp index 178109b8798..ddde0038875 100644 --- a/TAO/orbsvcs/tests/Simple_Naming/client.cpp +++ b/TAO/orbsvcs/tests/Simple_Naming/client.cpp @@ -293,11 +293,6 @@ MT_Test::svc (void) { ex._tao_print_exception ( "Unexpected exception in MT test bind"); - // This debug statement works around a IRIX/MIPSPro 7.3 bug (it - // fails with optimize=1 debug=0; but works with any other - // settings for those flags). - ACE_DEBUG ((LM_DEBUG, "MT_Test(%t) - bind[3] %d\n", - test_name_.length ())); return -1; } |