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
-2
View File
@@ -119,8 +119,6 @@ ref<EvalState> EvalCommand::getEvalState()
#endif
;
evalState->debugMode = startReplOnEvalErrors;
if (startReplOnEvalErrors) {
evalState->debugRepl = &runRepl;
};