aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-10-16 12:57:16 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-10-23 16:27:38 -0700
commit76569035187ac86778802007b41382bfda42a7ee (patch)
tree4cbb8775687d07e3162c1cfe659ecaf74bae4cb3 /src/link.zig
parent861df93768ed007ce6f5e6928fc3af8c5860f551 (diff)
downloadzig-76569035187ac86778802007b41382bfda42a7ee.tar.gz
zig-76569035187ac86778802007b41382bfda42a7ee.zip
CLI: fix detection of link inputs
Diffstat (limited to 'src/link.zig')
-rw-r--r--src/link.zig7
1 files changed, 0 insertions, 7 deletions
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,