summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Base.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Base.i')
-rw-r--r--TAO/tao/PortableServer/Servant_Base.i13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.i b/TAO/tao/PortableServer/Servant_Base.i
deleted file mode 100644
index afa16b3fb71..00000000000
--- a/TAO/tao/PortableServer/Servant_Base.i
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE u_long
-TAO_Servant_Hash::operator () (PortableServer::Servant servant) const
-{
- return static_cast<u_long> (reinterpret_cast<ptrdiff_t> (servant));
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL