summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Notifier_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Notifier_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.cpp b/TAO/examples/Event_Comm/Notifier_Handler.cpp
index f39c84037a6..0511f768150 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.cpp
+++ b/TAO/examples/Event_Comm/Notifier_Handler.cpp
@@ -115,9 +115,6 @@ Notifier_Handler::init (int argc,
Event_Comm::Notifier::_narrow (notifier_obj.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;
-
- return 0;
-
}
ACE_CATCHANY
{
@@ -127,5 +124,5 @@ Notifier_Handler::init (int argc,
}
ACE_ENDTRY;
- ACE_NOTREACHED (return 0;)
+ return 0;
}