summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ServerRequestInfo.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ServerRequestInfo.inl')
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.inl b/TAO/tao/PortableServer/ServerRequestInfo.inl
index c18c9e89871..3b5d68c4a8a 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.inl
+++ b/TAO/tao/PortableServer/ServerRequestInfo.inl
@@ -11,7 +11,6 @@ TAO::ServerRequestInfo::ServerRequestInfo (
TAO::Argument * const * args,
size_t nargs,
void * servant_upcall,
- PortableServer::ServantBase * servant,
CORBA::TypeCode_ptr const exceptions[],
size_t nexceptions)
: server_request_ (server_request)
@@ -19,7 +18,6 @@ TAO::ServerRequestInfo::ServerRequestInfo (
, nargs_ (nargs)
, servant_upcall_ (
static_cast<TAO_Object_Adapter::Servant_Upcall *> (servant_upcall))
- , servant_ (servant)
, exceptions_ (exceptions)
, nexceptions_ (nexceptions)
, caught_exception_ (0)