From: Zbigniew Jędrzejewski-Szmek Date: Fri, 16 Feb 2018 09:23:16 +0000 (+0100) Subject: core: drop obsolete comment X-Git-Tag: v238~88^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4aa0bde1cdb2a975be2ca2be4c68eb982d62460;p=platform%2Fupstream%2Fsystemd.git core: drop obsolete comment https://github.com/systemd/systemd/pull/8125#pullrequestreview-96894581 --- diff --git a/src/core/unit.c b/src/core/unit.c index bd077cb..c308950 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -2458,7 +2458,6 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su } } - /* Some names are special */ if (UNIT_IS_ACTIVE_OR_RELOADING(ns)) { if (u->type == UNIT_SERVICE &&