summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.h')
-rw-r--r--lldb/source/Interpreter/CommandObjectScript.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.h b/lldb/source/Interpreter/CommandObjectScript.h
index eacd3a6b3ea..b9fa759bb7b 100644
--- a/lldb/source/Interpreter/CommandObjectScript.h
+++ b/lldb/source/Interpreter/CommandObjectScript.h
@@ -42,12 +42,8 @@ public:
Execute (Args& command,
CommandReturnObject &result);
- ScriptInterpreter *
- GetInterpreter ();
-
private:
lldb::ScriptLanguage m_script_lang;
- std::auto_ptr<ScriptInterpreter> m_interpreter_ap;
};
} // namespace lldb_private
OpenPOWER on IntegriCloud