Dead-code deletion: has_proxy_tag

This commit is contained in:
Alexey 2026-03-02 00:54:02 +03:00
parent 49f4a7bb22
commit 74ad9037de
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -257,10 +257,6 @@ impl MePool {
})
}
pub fn has_proxy_tag(&self) -> bool {
self.proxy_tag.is_some()
}
pub fn current_generation(&self) -> u64 {
self.generation.load(Ordering::Relaxed)
}