Remove fs.File artifact from connectUnixSocket

master
Haze Booth 2020-05-09 08:09:55 -04:00 committed by Andrew Kelley
parent d4d509090b
commit e79d7e0ded
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ pub fn connectUnixSocket(path: []const u8) !fs.File {
return fs.File{ return fs.File{
.handle = sockfd, .handle = sockfd,
.io_mode = std.io.mode,
}; };
} }