forked from OSchip/llvm-project
[COFF] Remove dead private field. Also fixes build with -Werror.
llvm-svn: 246553
This commit is contained in:
parent
f560ca90ef
commit
491d3bfd43
|
@ -579,7 +579,6 @@ private:
|
|||
BumpPtrAllocator Alloc;
|
||||
object::Archive *Parent;
|
||||
StringRef DLLName;
|
||||
int Idx = 1;
|
||||
};
|
||||
|
||||
static ImportNameType getNameType(StringRef Sym, StringRef ExtName) {
|
||||
|
|
Loading…
Reference in New Issue