summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r--TAO/tao/ORB.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp
index 8134ad973fa..200f90dee9d 100644
--- a/TAO/tao/ORB.cpp
+++ b/TAO/tao/ORB.cpp
@@ -1299,11 +1299,6 @@ CORBA_ORB::resolve_initial_references (const char *name,
else if (ACE_OS::strcmp (name, TAO_OBJID_TYPECODEFACTORY) == 0)
return this->orb_core ()->resolve_typecodefactory (ACE_TRY_ENV);
- else if (ACE_OS::strcmp (name, TAO_OBJID_RTORB) == 0)
- return this->orb_core ()->resolve_rt_orb (ACE_TRY_ENV);
-
- else if (ACE_OS::strcmp (name, TAO_OBJID_RTCURRENT) == 0)
- return this->orb_core ()->resolve_rt_current (ACE_TRY_ENV);
// -----------------------------------------------------------------