repl: remove stale comment

This commit is contained in:
Brian Carroll 2022-02-08 11:01:11 +00:00
parent 6e307d2c12
commit 49524731c3

View File

@ -300,8 +300,6 @@ fn gen_and_eval_llvm<'a>(
let lib = module_to_dylib(env.module, &target, opt_level)
.expect("Error loading compiled dylib for test");
// The app is `mut` only because Wasm needs it.
// It has no public fields, and its "mutating" methods don't actually mutate.
let app = CliApp { lib };
let res_answer = jit_to_ast(