1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00

remove redundant 'debugMode' flag

This commit is contained in:
Ben Burdette 2022-05-22 21:45:24 -06:00
parent 7ccb2700c0
commit 13d02af079
6 changed files with 35 additions and 39 deletions

View file

@ -119,8 +119,6 @@ ref<EvalState> EvalCommand::getEvalState()
#endif
;
evalState->debugMode = startReplOnEvalErrors;
if (startReplOnEvalErrors) {
evalState->debugRepl = &runRepl;
};