summaryrefslogtreecommitdiff
path: root/ACE/tests/Future_Set_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Future_Set_Test.cpp')
-rw-r--r--ACE/tests/Future_Set_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Future_Set_Test.cpp b/ACE/tests/Future_Set_Test.cpp
index 954aa33722f..4d38866cfae 100644
--- a/ACE/tests/Future_Set_Test.cpp
+++ b/ACE/tests/Future_Set_Test.cpp
@@ -3,8 +3,6 @@
/**
* @file Future_Set_Test.cpp
*
- * $Id$
- *
* This example tests the ACE Future Set and illustrates an
* implementation of the Active Object pattern, which is available
* at <http://www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>. The