diff options
Diffstat (limited to 'src/core/slice.c')
-rw-r--r-- | src/core/slice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/slice.c b/src/core/slice.c index 0285c49aeb..0bebdbcbc6 100644 --- a/src/core/slice.c +++ b/src/core/slice.c @@ -150,7 +150,7 @@ static int slice_load(Unit *u) { return slice_verify(s); } -static int slice_coldplug(Unit *u, Hashmap *deferred_work) { +static int slice_coldplug(Unit *u) { Slice *t = SLICE(u); assert(t); |