Merge pull request #52 from floor-licker/fix/remove-unused-dns-cache

chore: remove unused dns cache
This commit is contained in:
floor-licker
2026-06-22 18:08:27 -04:00
committed by GitHub
5 changed files with 0 additions and 306 deletions
-3
View File
@@ -101,8 +101,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>,
@@ -160,7 +158,6 @@ impl ClobClient {
api_creds,
builder_code: auth.builder_code,
order_builder,
dns_cache: None,
connection_manager,
buffer_pool,
}