Fix rest of PR 13054.
[pspp-builds.git] / src / aggregate.c
index 7f34309c5354da7cdcc31f4c1d7ccb12ecead7a5..47c60f344c53fbbd660d28903695c2f2170dfad2 100644 (file)
@@ -522,7 +522,6 @@ parse_aggregate_functions (struct agr_proc *agr)
          /* Create the target variable in the aggregate
              dictionary. */
          {
-            static const struct fmt_spec f8_2 = {FMT_F, 8, 2};
            struct variable *destvar;
            
            v->function = func_index;