From 76569035187ac86778802007b41382bfda42a7ee Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 16 Oct 2024 12:57:16 -0700 Subject: CLI: fix detection of link inputs --- src/link.zig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/link.zig') diff --git a/src/link.zig b/src/link.zig index d78600783e..7cde28d683 100644 --- a/src/link.zig +++ b/src/link.zig @@ -1392,13 +1392,6 @@ pub const UnresolvedInput = union(enum) { /// Put exactly this string in the dynamic section, no rpath. dso_exact: Input.DsoExact, - ///// Relocatable. - //object: Input.Object, - ///// Static library. - //archive: Input.Object, - ///// Windows resource file. - //winres: Path, - pub const NameQuery = struct { name: []const u8, query: Query, -- cgit v1.2.3