summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/barrier2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/barrier2.cpp')
-rw-r--r--ACE/examples/Threads/barrier2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/barrier2.cpp b/ACE/examples/Threads/barrier2.cpp
index 862290894ac..1fa492857d3 100644
--- a/ACE/examples/Threads/barrier2.cpp
+++ b/ACE/examples/Threads/barrier2.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This test program illustrates how the ACE task workers/barrier
// synchronization mechanisms work in conjunction with the ACE_Task
// and the ACE_Thread_Manager. The manual flag not set simulates user