Leftover unused struct datatype field, remove it.
Fixes: e35aabd511c4 ("datatype: replace DTYPE_F_ALLOC by bitfield")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
*
* @type: numeric identifier
* @byteorder: byteorder of type (non-basetypes only)
- * @flags: flags
* @size: type size (fixed sized non-basetypes only)
* @subtypes: number of subtypes (concat type)
* @name: type name
uint32_t type;
enum byteorder byteorder:8;
uint32_t alloc:1;
- unsigned int flags;
unsigned int size;
unsigned int subtypes;
const char *name;