summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_i.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_i.inl')
-rw-r--r--TAO/tests/DSI_Gateway/test_i.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/DSI_Gateway/test_i.inl b/TAO/tests/DSI_Gateway/test_i.inl
index bd51e3a42bd..97524552ff4 100644
--- a/TAO/tests/DSI_Gateway/test_i.inl
+++ b/TAO/tests/DSI_Gateway/test_i.inl
@@ -2,7 +2,6 @@
ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb)),
- vlong_ (0)
+ : orb_ (CORBA::ORB::_duplicate (orb))
{
}