summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/tss1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/tss1.cpp')
-rw-r--r--ACE/examples/Threads/tss1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Threads/tss1.cpp b/ACE/examples/Threads/tss1.cpp
index 5a29db15411..cb9a48ceb4e 100644
--- a/ACE/examples/Threads/tss1.cpp
+++ b/ACE/examples/Threads/tss1.cpp
@@ -3,8 +3,6 @@
/**
* @file tss1.cpp
*
- * $Id$
- *
* This program tests thread specific storage of data. The ACE_TSS
* wrapper transparently ensures that the objects of this class
* will be placed in thread-specific storage. All calls on