summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue/main_async.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Timer_Queue/main_async.cpp')
-rw-r--r--ACE/examples/Timer_Queue/main_async.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Timer_Queue/main_async.cpp b/ACE/examples/Timer_Queue/main_async.cpp
index 193028b58e0..944ba784a12 100644
--- a/ACE/examples/Timer_Queue/main_async.cpp
+++ b/ACE/examples/Timer_Queue/main_async.cpp
@@ -3,8 +3,6 @@
/**
* @file main_async.cpp
*
- * $Id$
- *
* Implements an asynchronous timer queue.
* This code exercises the Timer_Queue_Test_Driver class using
* signals as an asynchronous mechanism to dispatch events.