chiark / gitweb /
Remove some unused variables
[elogind.git] / src / journal / journalctl.c
index 975c44fa9b76572cd32dc74434e5c1a38aeda73f..ddadc21338ffb61a35442446692fb9c2963e3519 100644 (file)
@@ -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);