Remove unused StringRef that no compiler warned about, I wonder why.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 Sep 2013 22:55:54 +0000 (22:55 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 Sep 2013 22:55:54 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190759 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCParser/ELFAsmParser.cpp

index 3134fc3d859743841ae21f114fb0af29e282fc8c..964f915679bbe2314574273905b4823b3817780d 100644 (file)
@@ -241,7 +241,6 @@ bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
   }
 
   for (;;) {
-    StringRef Tmp;
     unsigned CurSize;
 
     SMLoc PrevLoc = getLexer().getLoc();