Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jun 13, 2021
1 parent be4fbef commit 77a598d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tezos/new_context/src/timings.rs
Expand Up @@ -60,10 +60,6 @@ pub fn context_action(
irmin_time: f64,
tezedge_time: f64,
) {
// TODO - Bruno: it is possible to avoid these conversions by borrowing the internal
// &str directly. Since we want this function to add as little overhead as possible
// investigate doing that later once everything is working properly.

let action_name = rt.get(action_name);
let action_name = match action_name.as_bytes() {
b"mem" => ActionKind::Mem,
Expand Down

0 comments on commit 77a598d

Please sign in to comment.