diff options
Diffstat (limited to 'lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h')
-rw-r--r-- | lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h index e420d0c27e6..97299742951 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h @@ -85,25 +85,6 @@ public: return 1; } - virtual void - GetPluginCommandHelp (const char *command, Stream *strm) - { - } - - virtual lldb_private::Error - ExecutePluginCommand (Args &command, Stream *strm) - { - Error error; - error.SetErrorString("no plug-in commands are supported"); - return error; - } - - virtual Log * - EnablePluginLogging (Stream *strm, Args &command) - { - return NULL; - } - enum Mode { eModeInvalid, |