summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/Job_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/Job_i.cpp')
-rw-r--r--TAO/examples/RTScheduling/Job_i.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/examples/RTScheduling/Job_i.cpp b/TAO/examples/RTScheduling/Job_i.cpp
index b2a518cb81e..ce90a908d1b 100644
--- a/TAO/examples/RTScheduling/Job_i.cpp
+++ b/TAO/examples/RTScheduling/Job_i.cpp
@@ -16,7 +16,6 @@ Job_i::Job_i (DT_Creator* dt_creator)
// create the stat object.
ACE_NEW (task_stats_, Task_Stats);
task_stats_->init (100);
-
}
Job_i::~Job_i (void)