summaryrefslogtreecommitdiff
path: root/ACE/examples/Log_Msg/test_callback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Log_Msg/test_callback.cpp')
-rw-r--r--ACE/examples/Log_Msg/test_callback.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Log_Msg/test_callback.cpp b/ACE/examples/Log_Msg/test_callback.cpp
index a72ff2a2fa0..9e550684906 100644
--- a/ACE/examples/Log_Msg/test_callback.cpp
+++ b/ACE/examples/Log_Msg/test_callback.cpp
@@ -3,8 +3,6 @@
/**
* @file test_callback.cpp
*
- * $Id$
- *
* This program tests the <ACE_Log_Msg> class wrt writing to user
* defined callback objects. In particular, it tests to make sure
* that nested callbacks don't deadlock.