chiark / gitweb /
bootchart: remove dead assignment
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 8 Dec 2013 21:28:37 +0000 (22:28 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 8 Dec 2013 21:28:37 +0000 (22:28 +0100)
src/bootchart/svg.c

index c21f6e86b425899f77fb762d37554901646bd17a..3a015cc334d423c02a416030ffa39d93950a9b1c 100644 (file)
@@ -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);