commit | ad491aa9bd0e24d7272baea7daf522bfc3ba8fee | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 08 09:46:53 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 08 09:46:53 2018 -0700 |
tree | 2170a5cb8a66a675267d7d12e5f97275066cc919 | |
parent | 7f56c99104f7176a4221397d01ec3563fea34bd5 [diff] | |
parent | 1b324900654f323ef4b876826cb0b2bd87992b55 [diff] |
Merge "IFoo: remove pointer from u." am: 999693e4e8 am: 94955f45ca am: 1b32490065 Change-Id: I0762bbb513233bb8ffa87d11219b38be1a9437be
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;