Skip to content

Commit

Permalink
Remove unused struct member in LazyFile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdrum committed Aug 30, 2018
1 parent 40525ed commit d475afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out/lazy_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
// till the first call to its write function in order to prevent creation of file, if no write
// is supposed to happen.
type LazyFile struct {
// FileName is path to the file to which genny will write.
FileName string
written []byte
file *os.File
}

Expand Down

0 comments on commit d475afd

Please sign in to comment.