Merge "IFoo: remove pointer from u."

am: 999693e4e8

Change-Id: I83c607457dbcf46833e2a2fdc50626e1da0a338a
This commit is contained in:
Steven Moreland
2018-10-08 09:18:51 -07:00
committed by android-build-merger

View File

@@ -103,7 +103,6 @@ interface IFoo {
union U {
int8_t number;
int8_t[1][2] multidimArray;
pointer p;
Fumble anotherStruct;
bitfield<BitField> bf;
} u;