aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFFormValue.cpp
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2014-11-12 23:48:01 +0000
committerFrederic Riss <friss@apple.com>2014-11-12 23:48:01 +0000
commit6cbfa91e916a17166145a7b270f5ba284dfd9a90 (patch)
treee9db4bfd80d9f5973a068a717554fe25bceed71f /llvm/lib/DebugInfo/DWARFFormValue.cpp
parent316c6dc1cb9834012cb013dc4d770b0515470a49 (diff)
downloadllvm-6cbfa91e916a17166145a7b270f5ba284dfd9a90.zip
llvm-6cbfa91e916a17166145a7b270f5ba284dfd9a90.tar.gz
llvm-6cbfa91e916a17166145a7b270f5ba284dfd9a90.tar.bz2
Remove unsused variables.
llvm-svn: 221834
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFFormValue.cpp')
-rw-r--r--llvm/lib/DebugInfo/DWARFFormValue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/DWARFFormValue.cpp b/llvm/lib/DebugInfo/DWARFFormValue.cpp
index 8bd3a89..0a47861 100644
--- a/llvm/lib/DebugInfo/DWARFFormValue.cpp
+++ b/llvm/lib/DebugInfo/DWARFFormValue.cpp
@@ -360,8 +360,6 @@ DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
void
DWARFFormValue::dump(raw_ostream &OS, const DWARFUnit *cu) const {
- DataExtractor debug_str_data(cu->getStringSection(), true, 0);
- DataExtractor debug_str_offset_data(cu->getStringOffsetSection(), true, 0);
uint64_t uvalue = Value.uval;
bool cu_relative_offset = false;