mirror of https://github.com/telemt/telemt.git
Dead-code deletion: has_proxy_tag
This commit is contained in:
parent
49f4a7bb22
commit
74ad9037de
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue