Skip to content

Commit

Permalink
Cleanup unused structs (TraceMachina#1128)
Browse files Browse the repository at this point in the history
Some residual structs were left over from the refactor.
  • Loading branch information
allada authored Jul 10, 2024
1 parent e86fe08 commit 52beaf9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 62 deletions.
4 changes: 0 additions & 4 deletions nativelink-scheduler/src/operation_state_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ pub struct OperationFilter {
/// The operation must have been completed before this time.
pub completed_before: Option<SystemTime>,

// /// The operation must have it's last client update before this time.
// NOTE: NOT PART OF ANY FILTERING!
// TODO!(cleanup)
// pub last_client_update_before: Option<SystemTime>,
/// The unique key for filtering specific action results.
pub unique_key: Option<ActionUniqueKey>,

Expand Down
57 changes: 0 additions & 57 deletions nativelink-scheduler/src/scheduler_state/completed_action.rs

This file was deleted.

1 change: 0 additions & 1 deletion nativelink-scheduler/src/scheduler_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

pub(crate) mod awaited_action;
pub(crate) mod client_action_state_result;
pub(crate) mod completed_action;
pub(crate) mod matching_engine_action_state_result;
pub mod state_manager;
pub mod workers;

0 comments on commit 52beaf9

Please sign in to comment.