Skip to content

Commit

Permalink
Exclude the cleaned-up parameter from the OSS version.
Browse files Browse the repository at this point in the history
* fixes the build failure of the OSS build.
* follow-up to cl/642856925.

#codehealth

PiperOrigin-RevId: 643514296
  • Loading branch information
hiroyuki-komatsu committed Jun 15, 2024
1 parent 42a8ef6 commit 07ce456
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/prediction/dictionary_predictor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1464,12 +1464,6 @@ DictionaryPredictor::GetTypingCorrectionMixingParams(
typing_corrected_results);
}

// Literal-at-least-second parameter is now defined as flag.
typing_correction_mixing_params.literal_at_least_second =
request.request()
.decoder_experiment_params()
.typing_correction_literal_at_least_second();

return typing_correction_mixing_params;
}

Expand Down

0 comments on commit 07ce456

Please sign in to comment.