From: JingPiao Chen Date: Sat, 23 Sep 2017 09:11:22 +0000 (+0800) Subject: include: remove outdated comment X-Git-Tag: v0.8~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0d5077f07c111e2ee8951830271219dd572a36;p=thirdparty%2Fnftables.git include: remove outdated comment Remove outdated comment, format field in struct cmd have moved in commit 788687b03e37 ("src: interpret the event type from the evaluation step"). Signed-off-by: JingPiao Chen Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/rule.h b/include/rule.h index 631a1bcdf..89a6da684 100644 --- a/include/rule.h +++ b/include/rule.h @@ -437,7 +437,6 @@ void monitor_free(struct monitor *m); * @seqnum: sequence number to match netlink errors * @union: object * @arg: argument data - * @format: info about the export/import format */ struct cmd { struct list_head list;