mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue