1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Remove code made obsolete by f3f0c64a.

The code in DocExecute.pm appears to have been obsolete for a long time.
This commit is contained in:
David Steele
2021-07-29 08:14:17 -04:00
parent f3f0c64a78
commit 58cc470b3e
2 changed files with 0 additions and 45 deletions

View File

@ -60,16 +60,6 @@ foreach my $strKey (sort(keys(%{$rhConfigDefineIndex})))
{
$rhConfigDefineIndex->{$strKeyNew}{&CFGDEF_REQUIRED} = false;
}
if (defined($rhConfigDefineIndex->{$strKeyNew}{&CFGDEF_DEPEND}) &&
defined($rhConfigDefineIndex->{$strKeyNew}{&CFGDEF_DEPEND}{&CFGDEF_DEPEND_OPTION}))
{
$rhConfigDefineIndex->{$strKeyNew}{&CFGDEF_DEPEND}{&CFGDEF_DEPEND_OPTION} =
"${strPrefix}${iIndex}" .
substr(
$rhConfigDefineIndex->{$strKeyNew}{&CFGDEF_DEPEND}{&CFGDEF_DEPEND_OPTION},
length($strPrefix));
}
}
delete($rhConfigDefineIndex->{$strKey});