summaryrefslogtreecommitdiff
path: root/source/Interpreter/OptionValueDictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Interpreter/OptionValueDictionary.cpp')
-rw-r--r--source/Interpreter/OptionValueDictionary.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Interpreter/OptionValueDictionary.cpp b/source/Interpreter/OptionValueDictionary.cpp
index b245a09c19514..a57ede4863193 100644
--- a/source/Interpreter/OptionValueDictionary.cpp
+++ b/source/Interpreter/OptionValueDictionary.cpp
@@ -227,8 +227,7 @@ OptionValueDictionary::GetSubValue(const ExecutionContext *exe_ctx,
}
assert(!temp.empty());
- llvm::StringRef key, value;
- llvm::StringRef quote_char;
+ llvm::StringRef key, quote_char;
if (temp[0] == '\"' || temp[0] == '\'') {
quote_char = temp.take_front();