From f4aa0bde1cdb2a975be2ca2be4c68eb982d62460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 16 Feb 2018 10:23:16 +0100 Subject: [PATCH] core: drop obsolete comment https://github.com/systemd/systemd/pull/8125#pullrequestreview-96894581 --- src/core/unit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/unit.c b/src/core/unit.c index bd077cb359a..c308950932d 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 &&