summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_AMI_Gateway/test_dsi.inl')
-rw-r--r--TAO/tests/DSI_AMI_Gateway/test_dsi.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/DSI_AMI_Gateway/test_dsi.inl b/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
index 26ab9b53ad3..dab987ec71e 100644
--- a/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
+++ b/TAO/tests/DSI_AMI_Gateway/test_dsi.inl
@@ -6,7 +6,6 @@ DSI_Simple_Server::DSI_Simple_Server (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa)
: orb_ (CORBA::ORB::_duplicate (orb)),
target_ (CORBA::Object::_duplicate (target)),//Simple_Server::_duplicate (target)),
- poa_ (PortableServer::POA::_duplicate (poa)),
- marshal_demarshal_(false)
+ poa_ (PortableServer::POA::_duplicate (poa))
{
}