Allow disconnecting connections that are in error state.
[free-sw/xcb/libxcb] / src / xcb_util.c
index 0e3728a..63ea751 100644 (file)
@@ -54,8 +54,6 @@
 #include "xcbext.h"
 #include "xcbint.h"
 
-static const int error_connection = 1;
-
 int xcb_popcount(uint32_t mask)
 {
     uint32_t y;