summaryrefslogtreecommitdiff
path: root/uring.c
diff options
context:
space:
mode:
Diffstat (limited to 'uring.c')
-rw-r--r--uring.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uring.c b/uring.c
index 96e3a67..770b8c5 100644
--- a/uring.c
+++ b/uring.c
@@ -88,9 +88,6 @@ uring_task_get(struct cfg *cfg, struct uring_task *task)
void
uring_task_set_fd(struct uring_task *task, int fd)
{
- if (task->fd >= 0)
- error("Leaking fd %i\n", task->fd);
-
task->fd = fd;
}