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

Commit 3d929541 authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Fix build.

Change-Id: Ib33b27214e67378646e44f5b45bda298f960524f
parent d25cd26f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ const ForgettingCurveUtils::ProbabilityTable ForgettingCurveUtils::sProbabilityT
}

/* static */ int ForgettingCurveUtils::decodeProbability(const int encodedProbability) {
    const int probability = encodedProbability - MIN_VALID_ENCODED_PROBABILITY;
    if (encodedProbability < MIN_VALID_ENCODED_PROBABILITY) {
        return NOT_A_PROBABILITY;
    } else {