Remove UNUSED attributes where they were inappropriate.
[pspp] / src / language / data-io / inpt-pgm.c
index b9488f17f47604bcfd92ac9c80c4a79dda9a132c..d7523f58d2546464d346d91a8e551b8c4c4916f4 100644 (file)
@@ -239,7 +239,7 @@ destroy_input_program (struct input_program_pgm *pgm)
 
 /* Destroys the casereader. */
 static void
-input_program_casereader_destroy (struct casereader *reader UNUSED, void *inp_)
+input_program_casereader_destroy (struct casereader *reader, void *inp_)
 {
   struct input_program_pgm *inp = inp_;
   if (inp->restart == TRNS_ERROR)