From: John Darrington Date: Sat, 25 Feb 2012 13:28:20 +0000 (+0100) Subject: Remove redundant assignment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229e0c3700852e040cf456aee9332bcf1e300987;p=pspp Remove redundant assignment --- diff --git a/src/output/ascii.c b/src/output/ascii.c index d121987a20..e66f2a17be 100644 --- a/src/output/ascii.c +++ b/src/output/ascii.c @@ -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);