Remove bitmask.h & .c, since the container is no longer used

This commit is contained in:
Esa Korhonen
2017-01-24 14:28:28 +02:00
parent b187afdcf4
commit fe1863bb49
10 changed files with 4 additions and 504 deletions

View File

@ -52,7 +52,6 @@
#include <maxscale/authenticator.h>
#include <maxscale/ssl.h>
#include <maxscale/modinfo.h>
#include <maxscale/bitmask.h>
#include <netinet/in.h>
MXS_BEGIN_DECLS
@ -130,11 +129,10 @@ typedef struct dcbstats
*/
typedef struct
{
MXS_BITMASK bitmask; /*< The bitmask of threads */
struct dcb *next; /*< Next pointer for the zombie list */
} DCBMM;
#define DCBMM_INIT {MXS_BITMASK_INIT}
#define DCBMM_INIT { NULL }
/* DCB states */
typedef enum