Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dad22198 authored by Steven Moreland's avatar Steven Moreland
Browse files

IFoo: remove pointer from u.

pointer needs a fixup (to abort) since they can't be used in remote
transactions, so removing it from the union here.

Bug: 117322722
Test: hidl_test
Change-Id: Ie582f6b79a8176ca1585bf4b1f43ae9d5d97fa92
parent 9ba23d0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ interface IFoo {
        union U {
            int8_t number;
            int8_t[1][2] multidimArray;
            pointer p;
            Fumble anotherStruct;
            bitfield<BitField> bf;
        } u;