Skip to content

Commit e79d7e0

Browse files
hazeandrewrk
authored andcommitted
Remove fs.File artifact from connectUnixSocket
1 parent d4d5090 commit e79d7e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/net.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ pub fn connectUnixSocket(path: []const u8) !fs.File {
377377

378378
return fs.File{
379379
.handle = sockfd,
380-
.io_mode = std.io.mode,
381380
};
382381
}
383382

0 commit comments

Comments
 (0)