Skip to content

Commit 491d3bf

Browse files
committed
[COFF] Remove dead private field. Also fixes build with -Werror.
llvm-svn: 246553
1 parent f560ca9 commit 491d3bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/COFF/DriverUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ class ShortImportCreator {
579579
BumpPtrAllocator Alloc;
580580
object::Archive *Parent;
581581
StringRef DLLName;
582-
int Idx = 1;
583582
};
584583

585584
static ImportNameType getNameType(StringRef Sym, StringRef ExtName) {

0 commit comments

Comments
 (0)