because it's just an internal helper method and isn't used anywhere outside of the package.
Signed-off-by: Max Carrara <m.carr...@proxmox.com> --- Changes v1 --> v2: * new src/PVE/SectionConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index ec074fa..77640c9 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -1628,7 +1628,7 @@ from 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->@*) { -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel