summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-07 20:56:17 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-07 20:56:17 +0000
commit333f14d52d11da764ecadba00fe340d513f2d57d (patch)
treee68da7110a9c71750e67c03f8e760e504b0f976f /lldb/source/Commands/CommandObjectCommands.cpp
parent4f018a3290d3f93893ae995c1c22a21dc699de81 (diff)
downloadbcm5719-llvm-333f14d52d11da764ecadba00fe340d513f2d57d.tar.gz
bcm5719-llvm-333f14d52d11da764ecadba00fe340d513f2d57d.zip
[CommandObject] Remove unused function
llvm-svn: 368208
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectCommands.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp
index 8a0a440ec17..3d2568fd2ca 100644
--- a/lldb/source/Commands/CommandObjectCommands.cpp
+++ b/lldb/source/Commands/CommandObjectCommands.cpp
@@ -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 {
OpenPOWER on IntegriCloud