summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/task_two.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/task_two.cpp')
-rw-r--r--ACE/examples/Threads/task_two.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/task_two.cpp b/ACE/examples/Threads/task_two.cpp
index aa153ed1042..560456e68c9 100644
--- a/ACE/examples/Threads/task_two.cpp
+++ b/ACE/examples/Threads/task_two.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Exercise more tests for the ACE Tasks. This test can spawn off
// zillions of tasks and then wait for them using both polling and the
// ACE Thread Manager.