1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Remove unused strOS parameter in Common::HostTest.

This commit is contained in:
David Steele
2023-04-05 11:24:53 +04:00
parent 8f7f73e4af
commit a9f39857cf
6 changed files with 5 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ sub new
$self->{strContainer},
$self->{strImage},
$self->{strUser},
$self->{strOS},
$self->{stryMount},
$self->{strOption},
$self->{strParam},
@@ -51,7 +50,6 @@ sub new
{name => 'strContainer', trace => true},
{name => 'strImage', trace => true},
{name => 'strUser', trace => true},
{name => 'strOS', trace => true},
{name => 'stryMount', required => false, trace => true},
{name => 'strOption', required => false, trace => true},
{name => 'strParam', required => false, trace => true},