Skip to content

Commit 2d0fd76

Browse files
committed
fixup: remove leftover log
1 parent b97a68c commit 2d0fd76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/link/Coff/lld.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod
490490
continue;
491491
}
492492
}
493-
if (target.abi == .msvc) { // TODO: Do this at the top, if we detect we're using the native libc?
494-
log.warn("adding system lib {s}", .{ lib_basename });
493+
if (target.abi == .msvc) {
495494
argv.appendAssumeCapacity(lib_basename);
496495
continue;
497496
}

0 commit comments

Comments
 (0)