remove redundant 'debugMode' flag
This commit is contained in:
@@ -119,8 +119,6 @@ ref<EvalState> EvalCommand::getEvalState()
|
||||
#endif
|
||||
;
|
||||
|
||||
evalState->debugMode = startReplOnEvalErrors;
|
||||
|
||||
if (startReplOnEvalErrors) {
|
||||
evalState->debugRepl = &runRepl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user