chiark / gitweb /
resolved: remove unused variables
[elogind.git] / src / resolve / resolved-manager.c
index 5ed7a9fd1c62b659c2bdd9f95e5b216eb3f47d29..1b6dc8a4a3a685c7de188a0113a3d4f609db9faf 100644 (file)
@@ -359,7 +359,6 @@ static int on_hostname_change(sd_event_source *es, int fd, uint32_t revents, voi
 }
 
 static int manager_watch_hostname(Manager *m) {
-        _cleanup_free_ char *h = NULL;
         int r;
 
         assert(m);