aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-05-22 21:45:24 -0600
committerBen Burdette <bburdette@protonmail.com>2022-05-22 21:45:24 -0600
commit13d02af0799f5d2f7a53825936d587e22edcacb6 (patch)
tree171eafe55521519d5b821aa7bec083cd2d1aa4ed /src/libcmd/command.cc
parent7ccb2700c0401c553631e07aeb49e08f976274a3 (diff)
remove redundant 'debugMode' flag
Diffstat (limited to 'src/libcmd/command.cc')
-rw-r--r--src/libcmd/command.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc
index c1d9eefc6..7f8072d75 100644
--- a/src/libcmd/command.cc
+++ b/src/libcmd/command.cc
@@ -119,8 +119,6 @@ ref<EvalState> EvalCommand::getEvalState()
#endif
;
- evalState->debugMode = startReplOnEvalErrors;
-
if (startReplOnEvalErrors) {
evalState->debugRepl = &runRepl;
};