summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-28 21:22:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-28 21:22:28 +0000
commit8642bebc0b645bbd4232cbcc3e6d9861edfc1b1b (patch)
tree5a9fef871c99540c4f290c7afafa1cec4c8ff77a
parent18afe324f7b874e533107eddf2439cb73f16429d (diff)
downloadATCD-8642bebc0b645bbd4232cbcc3e6d9861edfc1b1b.tar.gz
removed ACE_Scheduler_Factory::use_runtime call, so that this header can be included by EC_Multiple.cpp even for local (config) runs
-rw-r--r--TAO/orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h b/TAO/orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h
index b2a41d54ca0..8eb7e39a48c 100644
--- a/TAO/orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h
+++ b/TAO/orbsvcs/tests/EC_Multiple/Scheduler_Runtime_Dynamic.h
@@ -63,10 +63,4 @@ static ACE_Scheduler_Factory::POD_RT_Info runtime_infos_3[] = {
};
static int runtime_infos_3_size = sizeof(runtime_infos_3)/sizeof(runtime_infos_3[0]);
-// This setups Scheduler_Factory to use the runtime version
-// Removed static because DEC cxx complains about unused variable.
-/* static */ int scheduler_factory_setup =
- ACE_Scheduler_Factory::use_runtime (sizeof (runtime_infos_3)/sizeof (runtime_infos_3[0]),
- runtime_infos_3);
-
// EOF