[Lldb-commits] [lldb] r368208 - [CommandObject] Remove unused function
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 7 13:56:17 PDT 2019
Author: jdevlieghere
Date: Wed Aug 7 13:56:17 2019
New Revision: 368208
URL: http://llvm.org/viewvc/llvm-project?rev=368208&view=rev
Log:
[CommandObject] Remove unused function
Modified:
lldb/trunk/source/Commands/CommandObjectCommands.cpp
Modified: lldb/trunk/source/Commands/CommandObjectCommands.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectCommands.cpp?rev=368208&r1=368207&r2=368208&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectCommands.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectCommands.cpp Wed Aug 7 13:56:17 2019
@@ -1296,8 +1296,6 @@ public:
bool IsRemovable() const override { return true; }
- StructuredData::GenericSP GetImplementingObject() { return m_cmd_obj_sp; }
-
ScriptedCommandSynchronicity GetSynchronicity() { return m_synchro; }
llvm::StringRef GetHelp() override {
More information about the lldb-commits
mailing list