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