diff options
Diffstat (limited to 'lldb/source/Interpreter/OptionValueArch.cpp')
| -rw-r--r-- | lldb/source/Interpreter/OptionValueArch.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Interpreter/OptionValueArch.cpp b/lldb/source/Interpreter/OptionValueArch.cpp index ac78ee64a9d7..4d1e2c7869f3 100644 --- a/lldb/source/Interpreter/OptionValueArch.cpp +++ b/lldb/source/Interpreter/OptionValueArch.cpp @@ -64,10 +64,6 @@ Status OptionValueArch::SetValueFromString(llvm::StringRef value, return error; } -lldb::OptionValueSP OptionValueArch::DeepCopy() const { - return OptionValueSP(new OptionValueArch(*this)); -} - void OptionValueArch::AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) { CommandCompletions::InvokeCommonCompletionCallbacks( |
