summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index 4a87ba0359d..0f5d85b8e76 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -1107,12 +1107,7 @@ CommandInterpreter::GetSynchronous ()
void
CommandInterpreter::SetSynchronous (bool value)
{
- static bool value_set_once = false;
- if (!value_set_once)
- {
- value_set_once = true;
- m_synchronous_execution = value;
- }
+ m_synchronous_execution = value;
}
void
OpenPOWER on IntegriCloud