summaryrefslogtreecommitdiff
path: root/iflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'iflag.h')
-rw-r--r--iflag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/iflag.h b/iflag.h
index d08249e..72929ee 100644
--- a/iflag.h
+++ b/iflag.h
@@ -37,10 +37,6 @@ int ilog2_32(uint32_t v);
*
* iflag_t is defined to store these flags.
*/
-typedef struct {
- uint32_t field[4];
-} iflag_t;
-
#include "iflaggen.h"
#define IF_GENBIT(bit) (UINT32_C(1) << (bit))