Remove fs.File artifact from connectUnixSocket
This commit is contained in:
committed by
Andrew Kelley
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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user