[systemd-commits] src/bootchart

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Sun Dec 8 13:27:57 PST 2013


 src/bootchart/svg.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 272bf69e98f93d859a2321b08ee18c44a9c75a06
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Sun Dec 8 22:28:37 2013 +0100

    bootchart: remove dead assignment

diff --git a/src/bootchart/svg.c b/src/bootchart/svg.c
index c21f6e8..3a015cc 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);



More information about the systemd-commits mailing list