summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Interpreter/OptionValueLanguage.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Interpreter/OptionValueLanguage.h')
-rw-r--r--lldb/include/lldb/Interpreter/OptionValueLanguage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionValueLanguage.h b/lldb/include/lldb/Interpreter/OptionValueLanguage.h
index cfac304dbe9..505dc89e920 100644
--- a/lldb/include/lldb/Interpreter/OptionValueLanguage.h
+++ b/lldb/include/lldb/Interpreter/OptionValueLanguage.h
@@ -27,9 +27,7 @@ public:
~OptionValueLanguage() override {}
- //---------------------------------------------------------------------
// Virtual subclass pure virtual overrides
- //---------------------------------------------------------------------
OptionValue::Type GetType() const override { return eTypeLanguage; }
@@ -51,9 +49,7 @@ public:
lldb::OptionValueSP DeepCopy() const override;
- //---------------------------------------------------------------------
// Subclass specific functions
- //---------------------------------------------------------------------
lldb::LanguageType GetCurrentValue() const { return m_current_value; }
OpenPOWER on IntegriCloud