Fix: macro compares unsigned to 0 (no effect)
[lttng-tools.git] / src / common / compat / compat-epoll.c
index 58f50cc94dd83e33448ca31ebdb2fd2594fee88a..6259fd3895e46b9b27826944c1b7574b72b72ff3 100644 (file)
@@ -208,7 +208,6 @@ int compat_epoll_wait(struct lttng_poll_event *events, int timeout)
                ERR("Wrong arguments in compat_epoll_wait");
                goto error;
        }
-       assert(events->nb_fd >= 0);
 
        if (events->nb_fd == 0) {
                errno = EINVAL;
This page took 0.023093 seconds and 4 git commands to generate.