diff options
Diffstat (limited to 'TAO/orbsvcs/TAO_Service')
-rw-r--r-- | TAO/orbsvcs/TAO_Service/TAO_Service.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp index 51c972c2448..450826e0b67 100644 --- a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp +++ b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp @@ -42,9 +42,6 @@ main (int argc, ACE_TCHAR *argv[]) ACE_Sig_Action sa ((ACE_SignalHandler) handler, SIGHUP); - ACE_Reactor *reactor = - orb->orb_core ()->reactor (); - for (;;) { ACE_Time_Value tv (5, 0); |