mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Remove fs.File artifact from connectUnixSocket
This commit is contained in:
parent
d4d509090b
commit
e79d7e0ded
@ -377,7 +377,6 @@ pub fn connectUnixSocket(path: []const u8) !fs.File {
|
||||
|
||||
return fs.File{
|
||||
.handle = sockfd,
|
||||
.io_mode = std.io.mode,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user