stray decl

This commit is contained in:
John Cupitt 2019-11-10 18:03:38 +00:00
parent 9e536895e4
commit 42b4474356
1 changed files with 0 additions and 1 deletions

View File

@ -708,7 +708,6 @@ VImage::write_to_stream( const char *suffix, const VStreamO &output,
char filename[VIPS_PATH_MAX];
char option_string[VIPS_PATH_MAX];
const char *operation_name;
VipsBlob *blob;
vips__filename_split8( suffix, filename, option_string );
if( !(operation_name = vips_foreign_find_save_stream( filename )) ) {