From abb3d13778f7a93ae43f6fe906a06923e93a3350 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 18 Sep 2019 00:01:52 +0000 Subject: [ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC) This method is never called. llvm-svn: 372190 --- .../Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h index f68e2c6..e24d254 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h @@ -188,8 +188,6 @@ public: const TypeSummaryOptions &options, std::string &retval) override; - void Clear() override; - bool GetDocumentationForItem(const char *item, std::string &dest) override; bool GetShortHelpForCommandObject(StructuredData::GenericSP cmd_obj_sp, -- cgit v1.1