am 96b0f24f: am 3d929541: Fix build.

* commit '96b0f24f18b332fc691a3ec86459ad7d2b31fe74':
  Fix build.
main
Keisuke Kuroyanagi 2013-10-09 17:55:11 -07:00 committed by Android Git Automerger
commit 732b5e133b
1 changed files with 0 additions and 1 deletions

View File

@ -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 {