This commit is contained in:
Scott E. Graves 2024-12-19 13:10:43 -06:00
parent 3fcb846eca
commit 39996b2dc8

View File

@ -88,10 +88,6 @@ void eviction::service_function() {
}
}
if (get_stop_requested()) {
return;
}
unique_mutex_lock lock(get_mutex());
if (get_stop_requested()) {
return;