summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/reader_writer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/reader_writer.cpp')
-rw-r--r--ACE/examples/Threads/reader_writer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/reader_writer.cpp b/ACE/examples/Threads/reader_writer.cpp
index 560e7cc1340..aed53cbda4b 100644
--- a/ACE/examples/Threads/reader_writer.cpp
+++ b/ACE/examples/Threads/reader_writer.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This test program verifies the functionality of the ACE_OS
// implementation of readers/writer locks on Win32 and Posix pthreads.