Skip to content

Commit

Permalink
remove old line
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Jan 6, 2024
1 parent 0e07fc8 commit 7008e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion werbolg-tales/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl WAllocator for DummyAlloc {

pub fn run_exec<'m, 'e>(
params: &TalesParams,
//env: Environment<NIF<'m, 'e, DummyAlloc, environ::MyLiteral, (), Value>, Value>,
ee: &'e ExecutionEnviron<'m, 'e, DummyAlloc, environ::MyLiteral, (), Value>,
exec_module: &'m werbolg_compile::CompilationUnit<environ::MyLiteral>,
) -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit 7008e3f

Please sign in to comment.