Removing TODO

This commit is contained in:
Frederick F. Kautz IV 2015-03-26 11:33:47 -07:00
parent f4790fc440
commit c5f10df957

View File

@ -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)
}