aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/link.zig')
-rw-r--r--src/link.zig33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/link.zig b/src/link.zig
index 0a3226f004..2b3ce51667 100644
--- a/src/link.zig
+++ b/src/link.zig
@@ -261,39 +261,6 @@ pub const File = struct {
/// of this linking operation.
lock: ?Cache.Lock = null,
- pub const LinkBlock = union {
- elf: void,
- coff: void,
- macho: void,
- plan9: void,
- c: void,
- wasm: void,
- spirv: void,
- nvptx: void,
- };
-
- pub const LinkFn = union {
- elf: void,
- coff: void,
- macho: void,
- plan9: void,
- c: void,
- wasm: Wasm.FnData,
- spirv: void,
- nvptx: void,
- };
-
- pub const Export = union {
- elf: void,
- coff: void,
- macho: void,
- plan9: void,
- c: void,
- wasm: void,
- spirv: void,
- nvptx: void,
- };
-
/// Attempts incremental linking, if the file already exists. If
/// incremental linking fails, falls back to truncating the file and
/// rewriting it. A malicious file is detected as incremental link failure