summaryrefslogtreecommitdiff
path: root/idlc/test/typelookup.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/test/typelookup.idl')
-rw-r--r--idlc/test/typelookup.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/idlc/test/typelookup.idl b/idlc/test/typelookup.idl
index 47932b0674a9..df2c4763d6d6 100644
--- a/idlc/test/typelookup.idl
+++ b/idlc/test/typelookup.idl
@@ -71,10 +71,6 @@ struct TestStruct : BaseStruct
hyper ms2;
/// a sequence<long> member
sequence< long > ms3;
- /// a long array member with dimesion 5,10
- long ms4[5][10];
- /// a string array member with dimension 4,8
- long[5][10] ms5;
};
}; // test