From 272bf69e98f93d859a2321b08ee18c44a9c75a06 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sun, 8 Dec 2013 22:28:37 +0100 Subject: [PATCH 1/1] bootchart: remove dead assignment --- src/bootchart/svg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c index c21f6e86b..3a015cc33 100644 --- a/src/bootchart/svg.c +++ b/src/bootchart/svg.c @@ -705,7 +705,6 @@ static void svg_io_bo_bar(void) { double tot; double pbo; - tot = 0; pbo = 0; start = MAX(i - ((range / 2) - 1), 0); -- 2.30.2