[ScriptInterpreterPython] Remove unused field (NFC)

The m_lldb_module was initialized but not used.

llvm-svn: 357292
This commit is contained in:
Jonas Devlieghere
2019-03-29 17:58:07 +00:00
parent 01c07b1a45
commit 05f1dd9362
2 changed files with 1 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ ScriptInterpreterPython::ScriptInterpreterPython(
CommandInterpreter &interpreter)
: ScriptInterpreter(interpreter, eScriptLanguagePython),
IOHandlerDelegateMultiline("DONE"), m_saved_stdin(), m_saved_stdout(),
m_saved_stderr(), m_main_module(), m_lldb_module(),
m_saved_stderr(), m_main_module(),
m_session_dict(PyInitialValue::Invalid),
m_sys_module_dict(PyInitialValue::Invalid), m_run_one_line_function(),
m_run_one_line_str_global(),