mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 12:10:17 +00:00
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:
parent
090497ec08
commit
820949f46f
@ -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->@*) {
|
||||
|
Loading…
Reference in New Issue
Block a user