Eliminate cruft left over from when Action.pm and Policy.pm were folded into Rules.pm

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-05-20 10:46:18 -07:00
parent ac2e9cce64
commit f64e171c19

View File

@ -635,7 +635,7 @@ sub compiler {
# #
# Do action pre-processing. # Do action pre-processing.
# #
process_actions1; process_actions;
# #
# P O L I C Y # P O L I C Y
# (Produces no output to the compiled script) # (Produces no output to the compiled script)
@ -675,8 +675,6 @@ sub compiler {
# #
disable_script; disable_script;
process_actions2;
enable_script; enable_script;
# #
# More /proc # More /proc