Skip to content

Commit

Permalink
Remove accidental comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Oct 18, 2023
1 parent b796d33 commit b1631d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core-backend/src/funcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ where
)
}

// TODO: write proper benchmark #2825
pub fn signal_code() -> impl SysCall<Ext> {
(
RuntimeCosts::SignalCode,
Expand Down Expand Up @@ -814,7 +813,6 @@ where
)
}

// TODO: write proper benchmark #2825
pub fn signal_from() -> impl SysCall<Ext> {
(
RuntimeCosts::SignalFrom,
Expand Down

0 comments on commit b1631d1

Please sign in to comment.