Remove UNUSED attributes where they were inappropriate.
[pspp] / src / language / stats / logistic.c
index 66a4111c7f88a54dea4671f4f104f119e16ba062..9794ed62c85cf331d1192e7ba76de1d3ce3e2482 100644 (file)
@@ -418,7 +418,7 @@ frq_update  (const void *aux1 UNUSED, void *aux2 UNUSED,
 }
 
 static void
-frq_destroy (const void *aux1 UNUSED, void *aux2 UNUSED, void *user_data UNUSED)
+frq_destroy (const void *aux1 UNUSED, void *aux2 UNUSED, void *user_data)
 {
   free (user_data);
 }