Update pool.rs

Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
Alexey 2026-03-02 20:45:43 +03:00
parent e589891706
commit 9477103f89
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -303,10 +303,6 @@ impl MePool {
self.active_generation.load(Ordering::Relaxed)
}
pub(super) fn warm_generation(&self) -> u64 {
self.warm_generation.load(Ordering::Relaxed)
}
pub fn update_runtime_reinit_policy(
&self,
hardswap: bool,