src/output/spv/spv.c (spv_read): Remove unused variable
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 May 2021 05:35:50 +0000 (07:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 May 2021 05:35:50 +0000 (07:35 +0200)
src/output/spv/spv.c

index 2e5dd07b2bf426a2694d91a1afd5d3558ee9e56b..4547e967945a3c776cdcd97b9b9f6398de43694e 100644 (file)
@@ -839,7 +839,6 @@ spv_read (const char *filename, struct output_item **outp,
   if (psp)
     *psp = NULL;
 
-  struct spv_reader *spv = xzalloc (sizeof *spv);
   struct zip_reader *zip;
   char *error = zip_reader_create (filename, &zip);
   if (error)