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

Unverified Commit f80bf9cd authored by LuK1337's avatar LuK1337
Browse files

fixup! ExactCalculator: Clean up unused and redundant code

Test: 4.2/3*2
Change-Id: Ib058d2e2c962b14d3c41d2484b713e857d44b7b7
parent 40538322
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -867,6 +867,7 @@ class CalculatorExpr {
                val = val.multiply(tmp.val);
            }
            cpos = tmp.pos;
            is_mul = is_div = false;
        }
        return new EvalRet(cpos, val);
    }