[llvm] r180013 - Remove variable store that is never read.

Eric Christopher echristo at gmail.com
Mon Apr 22 06:46:33 PDT 2013


Author: echristo
Date: Mon Apr 22 08:46:33 2013
New Revision: 180013

URL: http://llvm.org/viewvc/llvm-project?rev=180013&view=rev
Log:
Remove variable store that is never read.

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=180013&r1=180012&r2=180013&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFFormValue.cpp Mon Apr 22 08:46:33 2013
@@ -212,7 +212,6 @@ DWARFFormValue::skipValue(uint16_t form,
                           uint32_t *offset_ptr, const DWARFCompileUnit *cu) {
   bool indirect = false;
   do {
-    indirect = false;
     switch (form) {
     // Blocks if inlined data that have a length field and the data bytes
     // inlined in the .debug_info





More information about the llvm-commits mailing list