summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
index 3aa4eab173c..b9145aca919 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp
@@ -101,15 +101,9 @@ Cubit_Task::initialize_orb (void)
int argc = args.argc ();
char **argv = args.argv ();
- char orb_name[BUFSIZ];
- ACE_OS::sprintf (orb_name,
- "ORB %d",
- this->task_id_);
-
if (this->orb_manager_.init_child_poa (argc,
argv,
"persistent_poa",
- orb_name,
TAO_TRY_ENV) == -1)
return -1;