forked from external/yambar
module/xkb: remove assert: variable has been removed
This commit is contained in:
parent
9351d3b6d9
commit
7dd35f1159
1 changed files with 0 additions and 2 deletions
|
@ -298,8 +298,6 @@ event_loop(struct module_run_context *ctx, xcb_connection_t *conn,
|
|||
break;
|
||||
}
|
||||
|
||||
assert(pret == 1 && "unexpected poll(3) return value");
|
||||
|
||||
if (pfds[1].revents & POLLHUP) {
|
||||
LOG_WARN("I/O error, server disconnect?");
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue