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

Commit ad491aa9 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "IFoo: remove pointer from u." am: 999693e4 am: 94955f45

am: 1b324900

Change-Id: I0762bbb513233bb8ffa87d11219b38be1a9437be
parents 7f56c991 1b324900
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;