summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/data.cpp')
-rw-r--r--TAO/tests/DynAny_Test/data.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/DynAny_Test/data.cpp b/TAO/tests/DynAny_Test/data.cpp
index 55422d128f6..f58e6d39d77 100644
--- a/TAO/tests/DynAny_Test/data.cpp
+++ b/TAO/tests/DynAny_Test/data.cpp
@@ -40,11 +40,6 @@ Data::Data (CORBA::ORB_var orb)
ACE_TRY
{
- m_shortseq1.length (3UL);
- m_shortseq1[0UL] = 0;
- m_shortseq1[1UL] = 1;
- m_shortseq1[2UL] = 2;
-
labels[0] = "type boolean";
labels[1] = "type octet";
labels[2] = "type char";
@@ -61,8 +56,6 @@ Data::Data (CORBA::ORB_var orb)
labels[13] = "type wchar";
labels[14] = "type any";
labels[15] = "type objref";
- labels[16] = "type short sequence";
-
// Getting the RootPOA so we can generate object references.
CORBA::Object_var obj =