[llvm] r221834 - Remove unsused variables.

Frederic Riss friss at apple.com
Wed Nov 12 15:48:01 PST 2014


Author: friss
Date: Wed Nov 12 17:48:01 2014
New Revision: 221834

URL: http://llvm.org/viewvc/llvm-project?rev=221834&view=rev
Log:
Remove unsused variables.

Modified:
    llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp

Modified: llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp?rev=221834&r1=221833&r2=221834&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp Wed Nov 12 17:48:01 2014
@@ -360,8 +360,6 @@ DWARFFormValue::skipValue(uint16_t form,
 
 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;
 





More information about the llvm-commits mailing list