diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectLog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectLog.cpp b/lldb/source/Commands/CommandObjectLog.cpp index 190b262..91277e3 100644 --- a/lldb/source/Commands/CommandObjectLog.cpp +++ b/lldb/source/Commands/CommandObjectLog.cpp @@ -94,9 +94,6 @@ public: error = buffer_size.SetValueFromString(option_arg, eVarSetOperationAssign); break; - case 't': - log_options |= LLDB_LOG_OPTION_THREADSAFE; - break; case 'v': log_options |= LLDB_LOG_OPTION_VERBOSE; break; |