From 06beed6dc6abeb392b3e2ca8c46fa3169616651e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 17 Feb 2014 22:25:37 -0500 Subject: Remove unused variable and two function stubs --- src/core/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/shutdown.c') diff --git a/src/core/shutdown.c b/src/core/shutdown.c index 9189cfb1ad..c7510304f2 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -222,7 +222,7 @@ static int pivot_to_new_root(void) { int main(int argc, char *argv[]) { bool need_umount = true, need_swapoff = true, need_loop_detach = true, need_dm_detach = true; bool in_container, use_watchdog = false; - _cleanup_free_ char *line = NULL, *cgroup = NULL; + _cleanup_free_ char *cgroup = NULL; char *arguments[3]; unsigned retries; int cmd, r; -- cgit v1.2.3-54-g00ecf