chiark / gitweb /
remove unused variables
[elogind.git] / src / activate / activate.c
index 2639d1cd53b4a08b9e989696d19fad1aa2975d28..5263969fcf572c1e1829fc59da8f87c849443a89 100644 (file)
@@ -58,7 +58,6 @@ static int add_epoll(int epoll_fd, int fd) {
 }
 
 static int make_socket_fd(const char* address, int flags) {
-        _cleanup_free_ char *p = NULL;
         SocketAddress a;
         int fd, r;