From a7ae64e3c79800433bd9b28cb6de787b4d48afb6 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 24 May 2012 19:33:57 +0200 Subject: [PATCH] Removed an unused variable. --- libisofs/ecma119.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libisofs/ecma119.c b/libisofs/ecma119.c index c51894e..26300fc 100644 --- a/libisofs/ecma119.c +++ b/libisofs/ecma119.c @@ -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));