[COFF] Remove dead private field. Also fixes build with -Werror.

llvm-svn: 246553
This commit is contained in:
Davide Italiano 2015-09-01 16:05:53 +00:00
parent f560ca90ef
commit 491d3bfd43
1 changed files with 0 additions and 1 deletions

View File

@ -579,7 +579,6 @@ private:
BumpPtrAllocator Alloc;
object::Archive *Parent;
StringRef DLLName;
int Idx = 1;
};
static ImportNameType getNameType(StringRef Sym, StringRef ExtName) {