aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.h
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2018-09-28 17:58:16 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2018-09-28 17:58:16 +0000
commit5ce9dc614d658167ece295ce010e88e949f050fc (patch)
tree9c871dbe2b4f758feebfe3c75e0b7c585ac0eb8e /lldb/source/Commands/CommandObjectExpression.h
parent2f897090e4d0b00e42b25daf59d2e3c6382a1640 (diff)
downloadllvm-5ce9dc614d658167ece295ce010e88e949f050fc.zip
llvm-5ce9dc614d658167ece295ce010e88e949f050fc.tar.gz
llvm-5ce9dc614d658167ece295ce010e88e949f050fc.tar.bz2
Clean-up usage of OptionDefinition arrays
Differential Revision: https://reviews.llvm.org/D52604 llvm-svn: 343348
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r--lldb/source/Commands/CommandObjectExpression.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h
index 1e2a0d2..9085c31 100644
--- a/lldb/source/Commands/CommandObjectExpression.h
+++ b/lldb/source/Commands/CommandObjectExpression.h
@@ -39,9 +39,6 @@ public:
void OptionParsingStarting(ExecutionContext *execution_context) override;
- // Options table: Required for subclasses of Options.
-
- static OptionDefinition g_option_table[];
bool top_level;
bool unwind_on_error;
bool ignore_breakpoints;