summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2016-04-27 09:16:51 +0300
committerJo-Philipp Wich <jo@mein.io>2016-04-27 08:21:16 +0200
commit4e11ee37044dfd09d39054915c23722c48633d60 (patch)
tree3fbb5db72d362583dab980f5e9570a86ec666fb0
parent8957be6c026858fe414aef69281d8aa06f7ea122 (diff)
downloadfirewall3-4e11ee37044dfd09d39054915c23722c48633d60.tar.gz
defaults.c: remove toplevel_rule struct
Since commit 60f1444 , this struct is no longer used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
-rw-r--r--defaults.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/defaults.c b/defaults.c
index e246949..3d210f9 100644
--- a/defaults.c
+++ b/defaults.c
@@ -164,13 +164,6 @@ fw3_print_default_chains(struct fw3_ipt_handle *handle, struct fw3_state *state,
set(defs->flags, handle->family, handle->table);
}
-
-struct toplevel_rule {
- enum fw3_table table;
- const char *chain;
- const char *target;
-};
-
void
fw3_print_default_head_rules(struct fw3_ipt_handle *handle,
struct fw3_state *state, bool reload)