remove useless get_server_addr

This commit is contained in:
ssrlive 2024-04-06 16:22:26 +08:00 committed by B. Blechschmidt
parent a08b3338c3
commit 181497e709
5 changed files with 4 additions and 19 deletions

View file

@ -27,5 +27,4 @@ pub(crate) trait ProxyHandlerManager: Send + Sync {
domain_name: Option<String>,
udp_associate: bool,
) -> std::io::Result<Arc<Mutex<dyn ProxyHandler>>>;
fn get_server_addr(&self) -> SocketAddr;
}