Remove several unused variables.
[oota-llvm.git] / tools / obj2yaml / coff2yaml.cpp
index 1e28c4e9d6ca2c4c672cfca1379c92108eda9159..02d7ebf7740ab4531e4dcce4ea4c18ed910b4b12 100644 (file)
@@ -72,7 +72,6 @@ void COFFDumper::dumpSections(unsigned NumSections) {
       const object::coff_relocation *reloc = Obj.getCOFFRelocation(rIter);
       COFFYAML::Relocation Rel;
       object::symbol_iterator Sym = rIter->getSymbol();
-      StringRef Name;
       Sym->getName(Rel.SymbolName);
       Rel.VirtualAddress = reloc->VirtualAddress;
       Rel.Type = reloc->Type;