Skip to content

Commit dd4fa72

Browse files
committed
Removed not neccessary FrocessNotFound from posix.zig
1 parent a981c72 commit dd4fa72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/posix.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5564,7 +5564,6 @@ pub fn realpathZ(pathname: [*:0]const u8, out_buffer: *[max_path_bytes]u8) RealP
55645564
error.WouldBlock => unreachable,
55655565
error.FileBusy => unreachable, // not asking for write permissions
55665566
error.InvalidUtf8 => unreachable, // WASI-only
5567-
error.ProcessNotFound => unreachable,
55685567
else => |e| return e,
55695568
};
55705569
defer close(fd);

0 commit comments

Comments
 (0)