summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bootchart/svg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
index c21f6e86b4..3a015cc334 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);