Remove redundant assignment
[pspp] / src / output / ascii.c
index d121987a20c5d389eff0f5572a0b1386302bc2b1..e66f2a17bee20c073a2a2f7eb55593d892ec6513 100644 (file)
@@ -955,7 +955,6 @@ ascii_layout_cell (struct ascii_driver *a, const struct table_cell *cell,
   if (length == 0)
     return;
 
-  text = cell->contents;
   breaks = xmalloc (length + 1);
   u8_possible_linebreaks (CHAR_CAST (const uint8_t *, text), length,
                           "UTF-8", breaks);