[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

@@ -426,7 +426,6 @@ protected:
PythonFile m_saved_stdout;
PythonFile m_saved_stderr;
PythonObject m_main_module;
PythonObject m_lldb_module;
PythonDictionary m_session_dict;
PythonDictionary m_sys_module_dict;
PythonObject m_run_one_line_function;