summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rule.h b/include/rule.h
index f9de8367..10ac0e26 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -470,7 +470,6 @@ extern void cmd_free(struct cmd *cmd);
* @set: current set
* @stmt: current statement
* @cache: cache context
- * @seqnum: netlink sequence number
* @ectx: expression context
* @pctx: payload context
*/
@@ -483,7 +482,6 @@ struct eval_ctx {
struct set *set;
struct stmt *stmt;
struct nft_cache *cache;
- uint32_t seqnum;
struct expr_ctx ectx;
struct proto_ctx pctx;
};