[pve-devel] [PATCH pve-common v1 01/23] sectionconfig: remove unused variable in get_property_schema()

Max R. Carrara m.carrara at proxmox.com
Fri Dec 19 20:44:36 CET 2025


Signed-off-by: Max R. Carrara <m.carrara at proxmox.com>
---
 src/PVE/SectionConfig.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm
index 200424c..069ca9e 100644
--- a/src/PVE/SectionConfig.pm
+++ b/src/PVE/SectionConfig.pm
@@ -1062,7 +1062,6 @@ sub get_property_schema {
     my ($class, $type, $key) = @_;
 
     my $pdata = $class->private();
-    my $opts = $pdata->{options}->{$type};
 
     my $schema;
     if ($class->has_isolated_properties()) {
-- 
2.47.3





More information about the pve-devel mailing list