From: Jacob Bachmeyer Date: Sat, 1 Jul 2023 04:08:40 +0000 (-0500) Subject: Remove obsolete comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=45166f146d191cd09ff33fad3f505a94e8b00b9d;p=gatekeeper.git Remove obsolete comment --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 84f5462..ae19541 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -3244,7 +3244,7 @@ my @packets; @packets = gather_packets(CONF_DIR_Inbox, CONF_DIR_Scratch); } -foreach my $packet (@packets) { # each list element is an array reference +foreach my $packet (@packets) { # variables preserved for the report if an exception is thrown my $directive_text; my $oplist; my $dsig_info; # directive signature information