From 7008e3fa1aedfbc8b5418a3370eb49a8566e08ef Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 6 Jan 2024 18:16:39 +0800 Subject: [PATCH] remove old line --- werbolg-tales/src/exec.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/werbolg-tales/src/exec.rs b/werbolg-tales/src/exec.rs index 92365b2..2b095a4 100644 --- a/werbolg-tales/src/exec.rs +++ b/werbolg-tales/src/exec.rs @@ -67,7 +67,6 @@ impl WAllocator for DummyAlloc { pub fn run_exec<'m, 'e>( params: &TalesParams, - //env: Environment, Value>, ee: &'e ExecutionEnviron<'m, 'e, DummyAlloc, environ::MyLiteral, (), Value>, exec_module: &'m werbolg_compile::CompilationUnit, ) -> Result<(), Box> {