Skip to content

Commit

Permalink
A bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy-dfin committed Oct 18, 2024
1 parent 2eb03b8 commit 673ce0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion rs/tla_instrumentation/tla_instrumentation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2021"

[dependencies]
candid = { workspace = true }
# serde = { workspace = true }
sha2 = { workspace = true }
uuid = { workspace = true }

Expand Down
5 changes: 0 additions & 5 deletions rs/tla_instrumentation/tla_instrumentation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ pub fn log_fn_return(state: &mut MessageHandlerState) {
state.context.return_from_function()
}

// // TODO: Does this work for modeling arguments as non-deterministically chosen locals?
// pub fn log_method_call(function: Update, global: GlobalState, s) -> MessageHandlerState {
// MessageHandlerState::new(function, global)
// }

pub fn log_method_return(
state: &mut MessageHandlerState,
global: GlobalState,
Expand Down

0 comments on commit 673ce0e

Please sign in to comment.