chiark / gitweb /
login: drop an unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Apr 2018 06:42:00 +0000 (15:42 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Follow-up for 99f1229d76da4b805f8f6c6e5e4a878d17d42f93.

src/login/loginctl.c

index 4caa172bb7c2d0c1b04c06936ee13a46ac440fa2..0c984f9eb21be3aec43ae856967265812506d8f3 100644 (file)
@@ -170,7 +170,6 @@ static int list_sessions(int argc, char *argv[], void *userdata) {
                 _cleanup_(sd_bus_error_free) sd_bus_error error_tty = SD_BUS_ERROR_NULL;
                 _cleanup_(sd_bus_message_unrefp) sd_bus_message *reply_tty = NULL;
                 const char *id, *user, *seat, *object, *tty = NULL;
-                _cleanup_free_ char *path = NULL;
                 uint32_t uid;
 
                 r = sd_bus_message_read(reply, "(susso)", &id, &uid, &user, &seat, &object);