summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.h')
-rw-r--r--lldb/source/Commands/CommandObjectArgs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h
index 2a154a32843..9817c53cb2d 100644
--- a/lldb/source/Commands/CommandObjectArgs.h
+++ b/lldb/source/Commands/CommandObjectArgs.h
@@ -32,11 +32,7 @@ public:
void OptionParsingStarting(ExecutionContext *execution_context) override;
- const OptionDefinition *GetDefinitions() override;
-
- // Options table: Required for subclasses of Options.
-
- static OptionDefinition g_option_table[];
+ llvm::ArrayRef<OptionDefinition> GetDefinitions() override;
};
CommandObjectArgs(CommandInterpreter &interpreter);
OpenPOWER on IntegriCloud