summaryrefslogtreecommitdiff
path: root/idlc/test/struct.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/test/struct.idl')
-rw-r--r--idlc/test/struct.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/idlc/test/struct.idl b/idlc/test/struct.idl
index a6c53a651d93..6871a5e2deef 100644
--- a/idlc/test/struct.idl
+++ b/idlc/test/struct.idl
@@ -102,12 +102,6 @@ struct TestStruct : BaseStruct
/// a sequence< sequence< long > > member
sequence< sequence< long > > ms2;
- /// a long array member with dimesion 5,10
-// long ms3[5][10];
-
- /// a string array member with dimension 4,8
-// long[5][10] ms4;
-
/// an interface member
XTestBaseTypes ms5;