mirror of
https://github.com/golang/go
synced 2024-11-22 00:14:42 -07:00
noted by kaib: explicit assignment initialization
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
This commit is contained in:
parent
6c7f9f6340
commit
1a821b32da
@ -822,7 +822,6 @@ func NewFile(fd int, name string) *File {
|
||||
f := new(File);
|
||||
f.fd = fd;
|
||||
f.name = name;
|
||||
f.error = nil;
|
||||
f.dirinfo = nil;
|
||||
f.nepipe = 0;
|
||||
return f;
|
||||
|
Loading…
Reference in New Issue
Block a user