aboutsummaryrefslogtreecommitdiff
path: root/src/link/Plan9.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-09-12 19:38:08 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-09-13 02:04:20 -0700
commitbec70a1a39398a3f4e2b1edf914c4755a9ebb623 (patch)
treede061fcc0fa035b79588e8e854a93100902de4d1 /src/link/Plan9.zig
parentf8a9bc57ce1a2a5a1b90e9a33501b64f2dd79019 (diff)
downloadzig-bec70a1a39398a3f4e2b1edf914c4755a9ebb623.tar.gz
zig-bec70a1a39398a3f4e2b1edf914c4755a9ebb623.zip
stage2: remove pointless discards from source code
Good riddance!
Diffstat (limited to 'src/link/Plan9.zig')
-rw-r--r--src/link/Plan9.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link/Plan9.zig b/src/link/Plan9.zig
index 9a8927dcb4..1da33bdf86 100644
--- a/src/link/Plan9.zig
+++ b/src/link/Plan9.zig
@@ -622,7 +622,6 @@ pub fn updateDeclExports(
) !void {
try self.seeDecl(decl_index);
// we do all the things in flush
- _ = self;
_ = module;
_ = exports;
}