tests: Remove unused variables

* tests/directories.pm:
  - %diroutput
* tests/ftpserver.pl:
  - %exit_signal
* tests/test1135.pl:
  - @syms
  - %doc
  - %rem
* tests/test1167.pl:
  - %doc
  - %rem
* tests/tftpserver.pl:
  - %fork

Closes #16798
This commit is contained in:
Samuel Henrique 2025-03-22 15:55:59 +00:00 committed by Dan Fandrich
parent 58881058ad
commit 23f6a1abfd
5 changed files with 0 additions and 9 deletions

View File

@ -212,7 +212,6 @@ sub ftp_createcontent {
my $eol = $$list{'eol'};
my $list_ref = $$list{'files'};
my @diroutput;
my @contentlist;
if($type eq "unix") {
for(@$list_ref) {

View File

@ -187,7 +187,6 @@ my $datasockf_conn = 'no'; # ['no','yes']
# global vars used for signal handling
#
my $got_exit_signal = 0; # set if program should finish execution ASAP
my $exit_signal; # first signal handled in exit_signal_handler
#**********************************************************************
# Mail related definitions

View File

@ -68,10 +68,6 @@ my $verbose=0;
my $summary=0;
my $misses=0;
my @syms;
my %doc;
my %rem;
my @out;
foreach my $f (@incs) {
open H, "<$f" || die;

View File

@ -67,8 +67,6 @@ my $summary=0;
my $misses=0;
my @syms;
my %doc;
my %rem;
sub scanenums {
my ($file)=@_;

View File

@ -46,7 +46,6 @@ my $pidfile;
my $portfile;
my $logfile;
my $srcdir;
my $fork;
my $flags = "";
my $path = '.';