aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h b/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h
index 7b63c68fddbf..809261ef22c3 100644
--- a/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h
+++ b/contrib/llvm-project/lldb/include/lldb/Interpreter/OptionValueArch.h
@@ -47,10 +47,9 @@ public:
SetValueFromString(const char *,
VarSetOperationType = eVarSetOperationAssign) = delete;
- bool Clear() override {
+ void Clear() override {
m_current_value = m_default_value;
m_value_was_set = false;
- return true;
}
lldb::OptionValueSP DeepCopy() const override;