X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_conn.c;h=9a7399e01a8ea7ec9479e9f3075e36db0003b99c;hb=6e29e5f2ee2e6158f1a9480a83e4f906ab9c04d1;hp=69aed02370ff36c254f8eb035230f81d2736cfe2;hpb=6149c7a6b57a193bc132fbc35b1772b75e5c7ca7;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_conn.c b/src/xcb_conn.c index 69aed02..9a7399e 100644 --- a/src/xcb_conn.c +++ b/src/xcb_conn.c @@ -181,8 +181,6 @@ int _xcb_conn_wait(XCBConnection *c, const int should_write, pthread_cond_t *con int ret; fd_set rfds, wfds; - _xcb_assert_valid_sequence(c); - /* If the thing I should be doing is already being done, wait for it. */ if(should_write ? c->out.writing : c->in.reading) {