Commit Diff
--- gotd/notify.c +++ gotd/notify.c @@ -105,13 +105,11 @@ find_session_by_fd(int fd) if (s->iev.ibuf.fd == fd) return s; } - } return NULL; } - static void remove_session(struct gotd_notify_session *session) {
--- gotd/notify.c +++ gotd/notify.c @@ -105,13 +105,11 @@ find_session_by_fd(int fd) if (s->iev.ibuf.fd == fd) return s; } - } return NULL; } - static void remove_session(struct gotd_notify_session *session) {