summaryrefslogtreecommitdiff
path: root/tests/Reactor_Notify_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Reactor_Notify_Test.cpp')
-rw-r--r--tests/Reactor_Notify_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactor_Notify_Test.cpp b/tests/Reactor_Notify_Test.cpp
index 5879c6e1bef..b00202452ac 100644
--- a/tests/Reactor_Notify_Test.cpp
+++ b/tests/Reactor_Notify_Test.cpp
@@ -217,7 +217,7 @@ run_test (int disable_notify_pipe)
{
// Create special reactors with the appropriate flags enabled.
- ACE_Select_Reactor *reactor_impl = 0;
+ ACE_Select_Reactor *reactor_impl;
if (disable_notify_pipe)
ACE_NEW (reactor_impl,
ACE_Select_Reactor (0, 0, 1));