Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Feb 2, 2025
1 parent cc68f4f commit 9bacbf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misctools/readlink-getfd.zig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pub fn main() anyerror!void {
.loose,
);
joined_buf[joined.len] = 0;
const os = std.posix;
const joined_z: [:0]const u8 = joined_buf[0..joined.len :0];
const O_PATH = if (@hasDecl(bun.O, "PATH")) bun.O.PATH else 0;

Expand Down

0 comments on commit 9bacbf2

Please sign in to comment.