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

Commit 1579baf8 authored by Neel Mehta's avatar Neel Mehta Committed by android-build-merger
Browse files

Remove annotations with constexpr params am: 3dfccafb am: 00cdb1d1 am:...

Remove annotations with constexpr params am: 3dfccafb am: 00cdb1d1 am: eaf57d53 am: fdd4d50c
am: 7424ecab

Change-Id: I50b6985294cf5b65b14e2f8578fb88cefda55c49
parents b5f60c41 7424ecab
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -215,7 +215,6 @@ interface IExpression {
    MY_INT32_MIN_PLUS_1, // 0x80000001
  };

  @callflow(key=Constants:CONST_FOO + 1)
  foo1(int32_t[Constants:CONST_FOO + 1] array);
  foo2(int32_t[5 + 8] array);
  foo3(int32_t[Constants:MAX_ARRAY_SIZE] array);
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ interface IExpressionExt {
        SixteenColors my16Colors;
    };

    @callflow(key=@1.0::IExpression.Constants:MAX_ARRAY_SIZE)
    foo3(int32_t[IExpression.Constants:MAX_ARRAY_SIZE] array);
    foo2(SixteenColors array);
    foo1(int32_t[Constants:CONST_FOO + 5] array);