feature_flags: Remove predict-edits feature flag (#27605)

This PR removes the `predict-edits` feature flag.

The feature is shipped, and we aren't referencing the flag anywhere
anymore.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-27 13:01:27 -04:00 committed by GitHub
parent a20a534ecf
commit ab5ba66b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,11 +59,6 @@ impl FeatureFlag for Assistant2FeatureFlag {
const NAME: &'static str = "assistant2";
}
pub struct PredictEditsFeatureFlag;
impl FeatureFlag for PredictEditsFeatureFlag {
const NAME: &'static str = "predict-edits";
}
pub struct PredictEditsRateCompletionsFeatureFlag;
impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
const NAME: &'static str = "predict-edits-rate-completions";