Fix: macro compares unsigned to 0 (no effect)
[lttng-tools.git] / src / common / compat / compat-epoll.c
index 5d6153b64d075b5da4dc9881680be992e6018b6f..c397c1f49a16acdaf64a987e28b68802923025e6 100644 (file)
@@ -210,7 +210,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.024037 seconds and 4 git commands to generate.