From f795cc1d02c95f9c078e830c59ff367a4c22546c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 8 Jun 2012 23:26:49 -0500 Subject: [PATCH] Cleanup: remove stale todo notes These notes were never meant to be committed. What they represented is already implemented. --- level_3/firewall/c/firewall.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/level_3/firewall/c/firewall.c b/level_3/firewall/c/firewall.c index 8b7ba54..b7b06aa 100644 --- a/level_3/firewall/c/firewall.c +++ b/level_3/firewall/c/firewall.c @@ -617,16 +617,6 @@ extern "C"{ firewall_delete_local_data(&local); } // for - // TODO: process each network device here. - // process the "main" rule. - // process all remaining rules in top-down order, skipping the main rule. - // pre-process the "network device" file, storing main location as well as creating&storing each of the custom chains. - // process the "main" rule. - // process all remaining rules in top-down order, skipping the main rule. - // pre-process the "last" file, storing main location as well as creating&storing each of the custom chains. - // process the "main" rule. - // process all remaining rules in top-down order, skipping the main rule. - status = firewall_buffer_rules(network_path firewall_file_last, f_false, &local, data); if (f_error_is_error(status)) { -- 1.8.3.1