Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CommandObject] Remove unused function
llvm-svn: 368208
  • Loading branch information
JDevlieghere committed Aug 7, 2019
1 parent 4f018a3 commit 333f14d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lldb/source/Commands/CommandObjectCommands.cpp
Expand Up @@ -1296,8 +1296,6 @@ class CommandObjectScriptingObject : public CommandObjectRaw {

bool IsRemovable() const override { return true; }

StructuredData::GenericSP GetImplementingObject() { return m_cmd_obj_sp; }

ScriptedCommandSynchronicity GetSynchronicity() { return m_synchro; }

llvm::StringRef GetHelp() override {
Expand Down

0 comments on commit 333f14d

Please sign in to comment.