mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Dead-code deletion: has_proxy_tag
This commit is contained in:
@@ -257,10 +257,6 @@ impl MePool {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn has_proxy_tag(&self) -> bool {
|
|
||||||
self.proxy_tag.is_some()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn current_generation(&self) -> u64 {
|
pub fn current_generation(&self) -> u64 {
|
||||||
self.generation.load(Ordering::Relaxed)
|
self.generation.load(Ordering::Relaxed)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user