section config: make subroutine delete_from_config private

because it's just an internal helper method and isn't used anywhere
outside of the package.

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
This commit is contained in:
Max Carrara 2024-10-31 18:07:19 +01:00 committed by Thomas Lamprecht
parent 090497ec08
commit 820949f46f

View File

@ -1610,7 +1610,7 @@ C<$config>.
=cut
sub delete_from_config {
my sub delete_from_config {
my ($config, $option_schema, $new_options, $to_delete) = @_;
for my $k ($to_delete->@*) {