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:
parent
a20a534ecf
commit
ab5ba66b94
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue