1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

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

View file

@ -274,7 +274,6 @@ void printClosureDiff(
void runRepl(
ref<EvalState> evalState,
EvalState &evalState,
const ValMap & extraEnv);
}