remmove extra null check

see https://github.com/jcupitt/libvips/issues/761
This commit is contained in:
John Cupitt 2017-10-01 19:08:51 +01:00
parent fe20b92e33
commit d601c5ee19

View File

@ -465,8 +465,7 @@ VImage::call_option_string( const char *operation_name,
operation_name );
if( !(operation = vips_operation_new( operation_name )) ) {
if( options )
delete options;
delete options;
throw( VError() );
}