diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index a466167e058..f4805634c4b 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -46,7 +46,7 @@ public: // Options table: Required for subclasses of Options. static lldb::OptionDefinition g_option_table[]; - Language language; + //Language language; lldb::Encoding encoding; lldb::Format format; bool debug; |