Skip to content

Commit 0a42e69

Browse files
authored
remove outdated comment (#37)
1 parent ece596c commit 0a42e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/vm/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fn execute_bytecode_helper(
185185
profiler: bool,
186186
function_locations: &BTreeMap<usize, String>,
187187
) -> Result<ExecutionResult, RunnerError> {
188-
let poseidon_16 = get_poseidon16(); // TODO avoid rebuilding each time
188+
let poseidon_16 = get_poseidon16();
189189
let poseidon_24 = get_poseidon24();
190190

191191
// set public memory

0 commit comments

Comments
 (0)