From 8824e3823e23e64f64fa55927352830b3e504292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 5 Nov 2019 08:40:01 +0100 Subject: [PATCH] selection: remove debug assert --- selection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/selection.c b/selection.c index d791b329..c6361809 100644 --- a/selection.c +++ b/selection.c @@ -330,7 +330,6 @@ fdm_send(struct fdm *fdm, int fd, int events, void *data) { struct clipboard_send *ctx = data; - assert(false); switch (async_write(fd, ctx->data, ctx->len, &ctx->idx)) { case ASYNC_WRITE_REMAIN: