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

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

Merge "Remove invalid annotations from IBaz."

am: e322e7e1

Change-Id: I408b9486c4fd801f153d1b2a06559f3882a88a8b
parents 05a6820b e322e7e1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ interface IBaz extends IBase {
        bitfield<BitField> bf;
    };

    @Fragile @NoReally(very="yes", array={"a","b","c"})
    oneway doThis(float param);

    doThatAndReturnSomething(int64_t param) generates (int32_t result);