remove old close-early comment from openexr load

no longer relevant in the world of minimise
This commit is contained in:
John Cupitt 2019-07-25 11:34:50 +01:00
parent 53e0bc6698
commit 67f3cc13ec

View File

@ -348,11 +348,6 @@ vips__openexr_generate( VipsRegion *out,
}
}
/* We can't shut down the input file early for tile read, even if we
* know load is in sequential mode, since we are not inside a
* vips_sequential() and requests are not guaranteed to be in order.
*/
return( 0 );
}