Skip to content

Commit f8978c6

Browse files
committed
simplify driver
1 parent c155bf2 commit f8978c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/src/distributed/sequential_phase.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ pub(crate) struct SequentialPhase<P: LogReplayProcessor> {
7676
checkpoint_parts: Vec<FileMeta>,
7777
}
7878

79-
unsafe impl<P: LogReplayProcessor> Send for SequentialPhase<P> {}
80-
8179
/// Result of sequential log replay processing.
8280
#[allow(unused)]
8381
pub(crate) enum AfterSequential<P: LogReplayProcessor> {

0 commit comments

Comments
 (0)