From 2ad0a2c122488318e965b0d3b7bcca1b5ea70c10 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 14 Sep 2013 22:55:54 +0000 Subject: [PATCH] Remove unused StringRef that no compiler warned about, I wonder why. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190759 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCParser/ELFAsmParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/MC/MCParser/ELFAsmParser.cpp b/lib/MC/MCParser/ELFAsmParser.cpp index 3134fc3d859..964f915679b 100644 --- a/lib/MC/MCParser/ELFAsmParser.cpp +++ b/lib/MC/MCParser/ELFAsmParser.cpp @@ -241,7 +241,6 @@ bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { } for (;;) { - StringRef Tmp; unsigned CurSize; SMLoc PrevLoc = getLexer().getLoc();