summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/Misc/test_signals_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/Misc/test_signals_1.cpp')
-rw-r--r--ACE/examples/Reactor/Misc/test_signals_1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/examples/Reactor/Misc/test_signals_1.cpp b/ACE/examples/Reactor/Misc/test_signals_1.cpp
index 2c66af34ccb..1e6b01f59ba 100644
--- a/ACE/examples/Reactor/Misc/test_signals_1.cpp
+++ b/ACE/examples/Reactor/Misc/test_signals_1.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
// terminate) and signals that aren't handled via the Reactor (which