summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/task_one.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/task_one.cpp')
-rw-r--r--ACE/examples/Threads/task_one.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/task_one.cpp b/ACE/examples/Threads/task_one.cpp
index b1e657f72ad..a5e36f6728d 100644
--- a/ACE/examples/Threads/task_one.cpp
+++ b/ACE/examples/Threads/task_one.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This test program illustrates how the ACE barrier synchronization
// mechanisms work in conjunction with the ACE_Task and the
// ACE_Thread_Manager. It is instructive to compare this with the