summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Local_Servant_Base.inl')
-rw-r--r--TAO/tao/PortableServer/Local_Servant_Base.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.inl b/TAO/tao/PortableServer/Local_Servant_Base.inl
deleted file mode 100644
index 20eaf3f2e55..00000000000
--- a/TAO/tao/PortableServer/Local_Servant_Base.inl
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE TAO_Stub *
-TAO_Local_ServantBase::_create_stub (void)
-{
- return 0;
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL