Remove obsolete comment describing protocol v1.0
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 16 Oct 2022 04:08:27 +0000 (23:08 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 16 Oct 2022 04:08:27 +0000 (23:08 -0500)
gatekeeper.pl

index e6752dbf5b3c14583053b7e19a90b6c082702987..b6cb6debaf7539b4fc41bca4f665b2d6599b3b0e 100755 (executable)
@@ -1276,10 +1276,6 @@ sub read_directive_file {
   my $directive_file_contents = '';
   my @lines = ();
 
-  # Read the contents of the directive file.  We require one
-  # non-white non-pgp line:
-  #   Directory: dirname[/subdirname]
-  #
   open (DIRECTIVE_FILE, "<", $directive_file)
     or ftp_abort("FATAL: open($directive_file) failed: $!");
   my $cnt = 0; # Keep track of the order of directives...