commit | 94955f45cac733d6d6b20ac7d9ddd361aa7d8f60 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 08 09:18:51 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 08 09:18:51 2018 -0700 |
tree | 4a1232aa19a4728de3656795cada50da3cf585bd | |
parent | 429406fedd9be378c9eb14a92517cf23e6c87e84 [diff] | |
parent | 999693e4e83c71c7d84a10825d4f5101f5f2c0b1 [diff] |
Merge "IFoo: remove pointer from u." am: 999693e4e8 Change-Id: I83c607457dbcf46833e2a2fdc50626e1da0a338a
diff --git a/tests/foo/1.0/IFoo.hal b/tests/foo/1.0/IFoo.hal index 4a930a2..9642e2a 100644 --- a/tests/foo/1.0/IFoo.hal +++ b/tests/foo/1.0/IFoo.hal
@@ -103,7 +103,6 @@ union U { int8_t number; int8_t[1][2] multidimArray; - pointer p; Fumble anotherStruct; bitfield<BitField> bf; } u;