File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -863,14 +863,6 @@ where
863
863
}
864
864
}
865
865
866
- // pub(crate) async fn set_expiration_clock(&self, clock: Option<Clock>) {
867
- // self.inner.set_expiration_clock(clock).await;
868
- // if let Some(hk) = &self.housekeeper {
869
- // let now = self.current_time_from_expiration_clock();
870
- // hk.reset_run_after(now);
871
- // }
872
- // }
873
-
874
866
pub ( crate ) fn key_locks_map_is_empty ( & self ) -> bool {
875
867
self . inner . key_locks_map_is_empty ( )
876
868
}
Original file line number Diff line number Diff line change @@ -2079,10 +2079,6 @@ where
2079
2079
self . base . reconfigure_for_testing ( ) . await ;
2080
2080
}
2081
2081
2082
- // async fn set_expiration_clock(&self, clock: Option<crate::common::time::Clock>) {
2083
- // self.base.set_expiration_clock(clock).await;
2084
- // }
2085
-
2086
2082
fn key_locks_map_is_empty ( & self ) -> bool {
2087
2083
self . base . key_locks_map_is_empty ( )
2088
2084
}
You can’t perform that action at this time.
0 commit comments