diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.h')
-rw-r--r-- | lldb/source/Interpreter/CommandObjectScript.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.h b/lldb/source/Interpreter/CommandObjectScript.h index c812539e9ef..fd55fc44a46 100644 --- a/lldb/source/Interpreter/CommandObjectScript.h +++ b/lldb/source/Interpreter/CommandObjectScript.h @@ -35,9 +35,6 @@ public: protected: virtual bool DoExecute (const char *command, CommandReturnObject &result); - -private: - lldb::ScriptLanguage m_script_lang; }; } // namespace lldb_private |