chiark / gitweb /
cgls: add --machine/-M
[elogind.git] / src / analyze / systemd-analyze.c
index 7f0b69c5a10395eadf8ae46f23801bd716880edb..bb86ec7da86987621ab16aed3e3418fa238b6989 100644 (file)
@@ -780,7 +780,6 @@ static int list_dependencies_one(DBusConnection *bus, const char *name, unsigned
 }
 
 static int list_dependencies(DBusConnection *bus) {
-        _cleanup_free_ char *unit = NULL;
         _cleanup_strv_free_ char **units = NULL;
         char ts[FORMAT_TIMESPAN_MAX];
         struct unit_times *times;