MINOR: connections: Remove a stall comment.
Remove the comment that pretends 0x40000000 is unused, it's not true anymore.
diff --git a/include/types/connection.h b/include/types/connection.h
index b273ece..434318f 100644
--- a/include/types/connection.h
+++ b/include/types/connection.h
@@ -198,7 +198,6 @@
/* The connection is unused by its owner */
CO_FL_SESS_IDLE = 0x40000000,
- /* unused : 0x40000000 */
/* This last flag indicates that the transport layer is used (for instance
* by logs) and must not be cleared yet. The last call to conn_xprt_close()