Merge "Remove invalid annotations from IBaz."

This commit is contained in:
Treehugger Robot
2017-10-12 19:34:34 +00:00
committed by Gerrit Code Review

View File

@@ -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);