1
0
mirror of https://github.com/minio/minio.git synced 2025-04-21 11:04:20 -04:00

Merge pull request from fkautz/pr_out_removing_todo

This commit is contained in:
Frederick F. Kautz IV 2015-03-26 11:33:55 -07:00
commit ebc1e062a9

@ -50,7 +50,6 @@ func (d donutObjectWriter) CloseWithError(err error) error {
if d.err != nil {
d.err = err
}
// TODO semantics between this and d.Close are weird, work out something better
return iodine.Error(d.Close(), nil)
}