summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 14:22:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 14:22:14 +0000
commit943da6552142ea4f41012795d1629001dd17b5ab (patch)
tree947d7c233f8d5c5122af0c588f03a1b098fc4166
parent9cb289a6649d590e71cb6dff4865b0c956be0816 (diff)
downloadATCD-943da6552142ea4f41012795d1629001dd17b5ab.tar.gz
(create): removing extraneous trailing semicolon.
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp b/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp
index 26285dca853..dd840d8a83c 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp
+++ b/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp
@@ -488,7 +488,7 @@ ACE_Strategy_Scheduler_Factory<STRATEGY>::create (ACE_DynScheduler::Preemption_P
ACE_NEW_RETURN (the_scheduler, ACE_Strategy_Scheduler (*the_strategy), 0);
return the_scheduler;
-};
+}
// construct and return a scheduler strategized with
// an instance of the the parameterized strategy type