Remove unused StringRef that no compiler warned about, I wonder why.

llvm-svn: 190759
This commit is contained in:
Benjamin Kramer 2013-09-14 22:55:54 +00:00
parent 97fc3834b8
commit 43cc98a78d
1 changed files with 0 additions and 1 deletions

View File

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