selection: remove debug assert

This commit is contained in:
Daniel Eklöf 2019-11-05 08:40:01 +01:00
parent bb9dad18f4
commit 8824e3823e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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: