summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/array.idl')
-rw-r--r--TAO/tests/IDL_Test/array.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/IDL_Test/array.idl b/TAO/tests/IDL_Test/array.idl
index 910bc04a740..aa940776ec9 100644
--- a/TAO/tests/IDL_Test/array.idl
+++ b/TAO/tests/IDL_Test/array.idl
@@ -72,14 +72,6 @@ module ABCModule
typedef octet oa1[22];
typedef octet oa2[22];
-// Test generation of Arg_Traits specialization for identical
-// arrays.
-interface array_args
-{
- void all_arrays (in oa1 arg1,
- in oa2 arg2);
-};
-
// This should generate unique _var and _forany types, but
// also generate TAO_String_Manager as the element type for both.
module string_array