table: Get rid of table_cell destructors, which were unused.
[pspp] / src / output / csv.c
index 9c70a4515899dcda1570cecbdd8a297e00698ee8..6c2f7495c45d494acab3e6165f4389ceb3f0b0b7 100644 (file)
@@ -246,8 +246,6 @@ csv_submit (struct output_driver *driver,
                   csv_output_field (csv, ds_cstr (&s));
                   ds_destroy (&s);
                 }
-
-              table_cell_free (&cell);
             }
           putc ('\n', csv->file);
         }