summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-12 13:26:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-12 13:26:24 +0000
commitd23716fcc28fa8fa428af0a2021e743bd8e5395b (patch)
treed1b7015be46dc6a12ff139d579c54764f1724d93
parenta59ae716341428d4fac6d704cbf160ca72b9fbdb (diff)
downloadATCD-d23716fcc28fa8fa428af0a2021e743bd8e5395b.tar.gz
removed code that shouldn't have been put in
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
index 7f209ed24ca..b61b404476c 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/client.cpp
@@ -23,12 +23,10 @@ main (int argc, char **argv)
ACE_TIMEPROBE_PRINT;
#if defined (VXWORKS)
+ // To avoid a memPartFree on VxWorks.
int status;
ACE_OS::thr_exit (&status);
-#else /* ! VXWORKS */
- // This causes a memPartFree on VxWorks.
- this->shutdown_server (this->shutdown_);
-#endif /* ! VXWORKS */
+#endif /* VXWORKS */
return retval;
}