Removed an unused variable.

This commit is contained in:
Thomas Schmitt 2012-05-24 19:33:57 +02:00
parent 6cb5f802af
commit a7ae64e3c7

View File

@ -1664,7 +1664,6 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
int system_area_options = 0;
char *system_area = NULL;
int write_count = 0, write_count_mem;
int hfsplus_writer_index = -1;
/* 1. Allocate target and copy opts there */
target = calloc(1, sizeof(Ecma119Image));