forked from OSchip/llvm-project
Remove unused StringRef that no compiler warned about, I wonder why.
llvm-svn: 190759
This commit is contained in:
parent
97fc3834b8
commit
43cc98a78d
|
@ -241,7 +241,6 @@ bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
|
|||
}
|
||||
|
||||
for (;;) {
|
||||
StringRef Tmp;
|
||||
unsigned CurSize;
|
||||
|
||||
SMLoc PrevLoc = getLexer().getLoc();
|
||||
|
|
Loading…
Reference in New Issue