Commit ac5d3e95 authored by Lucas Russo's avatar Lucas Russo

src/ll_io/ll_io_endpoint.c: remove wrong assert (open)

parent b515e7cb
......@@ -94,7 +94,6 @@ llio_err_e llio_endpoint_set_open (llio_endpoint_t *self, bool open)
bool llio_endpoint_get_open (llio_endpoint_t *self)
{
assert (self);
assert (open);
return self->open;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment