Skip to content

Commit fed3275

Browse files
committed
feat: remove schedule island
1 parent 6c7c09d commit fed3275

4 files changed

Lines changed: 0 additions & 363 deletions

File tree

libs/@local/hashql/mir/src/pass/execution/island/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use crate::{
3030
};
3131

3232
pub(crate) mod graph;
33-
pub(crate) mod schedule;
3433
#[cfg(test)]
3534
mod tests;
3635

libs/@local/hashql/mir/src/pass/execution/island/schedule/mod.rs

Lines changed: 0 additions & 129 deletions
This file was deleted.

libs/@local/hashql/mir/src/pass/execution/island/schedule/tests.rs

Lines changed: 0 additions & 232 deletions
This file was deleted.

libs/@local/hashql/mir/src/pass/execution/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub use self::{
3939
island::{
4040
Island, IslandId, IslandVec,
4141
graph::{ExecIsland, IslandEdge, IslandGraph, IslandKind, IslandNode},
42-
schedule::{IslandSchedule, ScheduledIsland},
4342
},
4443
placement::error::PlacementDiagnosticCategory,
4544
target::TargetId,

0 commit comments

Comments
 (0)