From 0382e5ce122845bb8bc936f371fe6b2c5ab15263 Mon Sep 17 00:00:00 2001 From: rvcas Date: Fri, 17 Nov 2023 18:41:28 -0500 Subject: [PATCH] chore: this comment doesn't make sense --- crates/uplc/src/machine/runtime.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/uplc/src/machine/runtime.rs b/crates/uplc/src/machine/runtime.rs index 66de61bcb..8ae2e292e 100644 --- a/crates/uplc/src/machine/runtime.rs +++ b/crates/uplc/src/machine/runtime.rs @@ -262,9 +262,6 @@ impl DefaultFunction { } } - // This should be safe because we've already checked - // the types of the args as they were pushed. Although - // the unreachables look ugly, it's the reality of the situation. pub fn call( &self, semantics: BuiltinSemantics,