diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-23 02:39:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-23 16:28:27 +0200 |
commit | 3e085b6c59257ca57534afc5044256f2102f9c28 (patch) | |
tree | cde9ec14fdd893c6fc00d8e70cabffb04a77cb27 /src/systemctl.c | |
parent | de3756ab9916551f3f4f1f360aee59aeed238b5b (diff) |
llvm-analyze: change a few things to make llvm-analyze show fewer false positives
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index fdff2d1250..2bf2b697e2 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -2154,8 +2154,6 @@ static void print_status_info(UnitStatusInfo *i) { printf(")%s\n", off); - on = off = NULL; - if (i->main_pid == p->pid && i->start_timestamp == p->start_timestamp && i->exit_timestamp == p->start_timestamp) |