chore: remove unused dns cache

This commit is contained in:
floor-licker
2026-06-22 17:57:42 -04:00
parent e603104f03
commit d06f1669a6
5 changed files with 0 additions and 306 deletions
-3
View File
@@ -100,8 +100,6 @@ pub struct ClobClient {
builder_code: Option<String>,
order_builder: Option<crate::orders::OrderBuilder>,
#[allow(dead_code)]
dns_cache: Option<std::sync::Arc<crate::dns_cache::DnsCache>>,
#[allow(dead_code)]
connection_manager: Option<std::sync::Arc<crate::connection_manager::ConnectionManager>>,
#[allow(dead_code)]
buffer_pool: std::sync::Arc<crate::buffer_pool::BufferPool>,
@@ -146,7 +144,6 @@ impl ClobClient {
api_creds,
builder_code: auth.builder_code,
order_builder,
dns_cache: None,
connection_manager,
buffer_pool,
}