summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Upcall_Wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Upcall_Wrapper.cpp')
-rw-r--r--TAO/tao/PortableServer/Upcall_Wrapper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Upcall_Wrapper.cpp b/TAO/tao/PortableServer/Upcall_Wrapper.cpp
index e478fecfb4b..f9e496bf89c 100644
--- a/TAO/tao/PortableServer/Upcall_Wrapper.cpp
+++ b/TAO/tao/PortableServer/Upcall_Wrapper.cpp
@@ -30,7 +30,6 @@ TAO::Upcall_Wrapper::upcall (TAO_ServerRequest & server_request,
#if TAO_HAS_INTERCEPTORS == 1
, void * servant_upcall
- , PortableServer::ServantBase * servant
, CORBA::TypeCode_ptr const exceptions[]
, size_t nexceptions
#endif /* TAO_HAS_INTERCEPTORS == 1 */
@@ -50,7 +49,6 @@ TAO::Upcall_Wrapper::upcall (TAO_ServerRequest & server_request,
args,
nargs,
servant_upcall,
- servant,
exceptions,
nexceptions);