From 4750fade135aed733aa7a5fda7c670e6b4391538 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Mar 2013 18:25:35 -0400 Subject: Remove some unused variables --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journalctl.c') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 975c44fa9b..ddadc21338 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -596,7 +596,7 @@ static int add_this_boot(sd_journal *j) { } static int add_unit(sd_journal *j) { - _cleanup_free_ char *m = NULL, *u = NULL; + _cleanup_free_ char *u = NULL; int r; assert(j); -- cgit v1.2.3-54-g00ecf