diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/unit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/unit.c b/src/core/unit.c index b7ab084de9..7ef8dbbf48 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -2880,8 +2880,6 @@ int unit_add_node_link(Unit *u, const char *what, bool wants) { } int unit_coldplug(Unit *u) { - Unit *other; - Iterator i; int r; assert(u); |