chiark / gitweb /
systemctl: remove unused variable
[elogind.git] / src / systemctl / systemctl.c
index 3a9bca90cec1aff20b1eba59189acac5f4d3d65d..67bc42660e6f9ed2ea26d8cc9260a13ae65bb121 100644 (file)
@@ -2486,7 +2486,6 @@ static int start_special(sd_bus *bus, char **args) {
 }
 
 static int check_unit_generic(sd_bus *bus, int code, const char *good_states, char **args) {
-        _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;
         _cleanup_strv_free_ char **names = NULL;
         char **name;
         int r = code;