summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/typecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/typecode.cpp')
-rw-r--r--TAO/tests/Param_Test/typecode.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/typecode.cpp b/TAO/tests/Param_Test/typecode.cpp
index 7c725f46137..eab7f742e82 100644
--- a/TAO/tests/Param_Test/typecode.cpp
+++ b/TAO/tests/Param_Test/typecode.cpp
@@ -89,9 +89,7 @@ Test_TypeCode::init_parameters (Param_Test_ptr,
Param_Test::_tc_Nested_Struct
};
- Generator *gen = GENERATOR::instance (); // value generator
static CORBA::ULong index = 0;
- // (CORBA::ULong) (gen->gen_long () % sizeof(tc_table)/sizeof(tc_table[0]));
this->tc_holder_ = CORBA::TypeCode::_duplicate (tc_table [index]);
this->in_ = this->tc_holder_;