diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBugreport.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBugreport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBugreport.cpp b/lldb/source/Commands/CommandObjectBugreport.cpp index db8c06c0e9e..7dd19792ba3 100644 --- a/lldb/source/Commands/CommandObjectBugreport.cpp +++ b/lldb/source/Commands/CommandObjectBugreport.cpp @@ -36,7 +36,7 @@ public: "bugreport unwind", "Create a bugreport for a bug in the stack unwinding code.", nullptr), - m_option_group(interpreter), + m_option_group(), m_outfile_options() { m_option_group.Append (&m_outfile_options, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1 | LLDB_OPT_SET_2 | LLDB_OPT_SET_3); |