diff --git a/include/types.h b/include/types.h index bcfd6a9d3..39990881a 100644 --- a/include/types.h +++ b/include/types.h @@ -1246,14 +1246,6 @@ typedef struct restore_ctx } restore_ctx_t; -typedef struct cpu_rule -{ - u32 len; - - char buf[32]; - -} cpu_rule_t; - typedef struct kernel_rule { u32 cmds[32];