diff options
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 7 |
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, |
