changning repl to use EvalState& instead of ref

This commit is contained in:
Ben Burdette
2022-05-22 18:57:45 -06:00
parent 982c8a959b
commit 34ffaa9f57
2 changed files with 74 additions and 74 deletions
+1 -2
View File
@@ -274,7 +274,6 @@ void printClosureDiff(
void runRepl(
ref<EvalState> evalState,
EvalState &evalState,
const ValMap & extraEnv);
}