diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 977f63f..d5da880 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -300,7 +300,6 @@ public: void ResetOptionValues () { - Options::ResetOptionValues(); m_count = -1; m_start = 0; } @@ -545,7 +544,6 @@ public: void ResetOptionValues () { - Options::ResetOptionValues(); m_avoid_no_debug = true; m_run_mode = eOnlyDuringStepping; m_avoid_regexp.clear(); @@ -1044,7 +1042,6 @@ public: void ResetOptionValues () { - Options::ResetOptionValues(); m_thread_idx = LLDB_INVALID_THREAD_ID; m_frame_idx = 0; m_stop_others = false; |