diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 5cff09de0f..284980bf50 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -300,7 +300,6 @@ fn show_software_emulation_warning_if_needed( } fn initialize_panels(prompt_builder: Arc, cx: &mut ViewContext) { - let release_channel = ReleaseChannel::global(cx); let assistant2_feature_flag = cx.wait_for_flag::(); let git_ui_feature_flag = cx.wait_for_flag::(); @@ -361,7 +360,7 @@ fn initialize_panels(prompt_builder: Arc, cx: &mut ViewContext