mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
Avoid duplicate staged proxy allow
This commit is contained in:
@@ -375,7 +375,6 @@ fn default_port_for_scheme(scheme: &str) -> Option<u16> {
|
||||
|
||||
#[cfg_attr(not(target_os = "windows"), allow(dead_code))]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[allow(dead_code)]
|
||||
enum SystemProxyDecision {
|
||||
Direct,
|
||||
Proxy { url: String },
|
||||
|
||||
Reference in New Issue
Block a user