feature_flags: Remove unused llm-closed-beta feature flag (#37955)

This PR removes the `llm-closed-beta` feature flag, as it is no longer
used.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-09-11 02:23:18 +00:00
committed by GitHub
parent aee21ca17f
commit f205732074
@@ -61,11 +61,6 @@ impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
const NAME: &'static str = "predict-edits-rate-completions";
}
pub struct LlmClosedBetaFeatureFlag {}
impl FeatureFlag for LlmClosedBetaFeatureFlag {
const NAME: &'static str = "llm-closed-beta";
}
pub struct BillingV2FeatureFlag {}
impl FeatureFlag for BillingV2FeatureFlag {