From b1631d17900f0af4fdb941fd611fd5f0667f1dc6 Mon Sep 17 00:00:00 2001 From: Arseniy Lyashenko Date: Wed, 18 Oct 2023 23:27:13 +0300 Subject: [PATCH] Remove accidental comment --- core-backend/src/funcs.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/core-backend/src/funcs.rs b/core-backend/src/funcs.rs index 93504e44eb9..5b2036d2a3b 100644 --- a/core-backend/src/funcs.rs +++ b/core-backend/src/funcs.rs @@ -586,7 +586,6 @@ where ) } - // TODO: write proper benchmark #2825 pub fn signal_code() -> impl SysCall { ( RuntimeCosts::SignalCode, @@ -814,7 +813,6 @@ where ) } - // TODO: write proper benchmark #2825 pub fn signal_from() -> impl SysCall { ( RuntimeCosts::SignalFrom,