From 229e0c3700852e040cf456aee9332bcf1e300987 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 25 Feb 2012 14:28:20 +0100 Subject: [PATCH] Remove redundant assignment --- src/output/ascii.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2