summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Notify_Test.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-15 11:21:28 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-03-15 11:21:28 +0000
commiteaf313f6d1f1d1172c654f06dac62cf449cd0552 (patch)
treeb8fc6f69d667ad35636d81b04624a8bf9961203e /ACE/tests/Reactor_Notify_Test.cpp
parente046532ea8bbe8f24e923ceb6d5231ca8e1c1106 (diff)
downloadATCD-eaf313f6d1f1d1172c654f06dac62cf449cd0552.tar.gz
ChangeLogTag: Thu Mar 15 12:20:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/tests/Reactor_Notify_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Notify_Test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/tests/Reactor_Notify_Test.cpp b/ACE/tests/Reactor_Notify_Test.cpp
index cd5f03971d2..c657b75a853 100644
--- a/ACE/tests/Reactor_Notify_Test.cpp
+++ b/ACE/tests/Reactor_Notify_Test.cpp
@@ -454,10 +454,6 @@ run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Reactor_Notify_Test"));
- // To automatically delete the ACE_Reactor instance at program
- // termination:
- auto_ptr<ACE_Reactor> r (ACE_Reactor::instance ());
-
int test_result = 0; // Innocent until proven guilty
test_result = run_notify_purge_test ();