[pve-devel] [PATCH v3 storage 3/3] storage zfs: removed unused variable
Tim Marx
t.marx at proxmox.com
Tue Nov 6 14:04:34 CET 2018
Signed-off-by: Tim Marx <t.marx at proxmox.com>
---
PVE/API2/Disks/ZFS.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/PVE/API2/Disks/ZFS.pm b/PVE/API2/Disks/ZFS.pm
index 35f5f7a..3edee94 100644
--- a/PVE/API2/Disks/ZFS.pm
+++ b/PVE/API2/Disks/ZFS.pm
@@ -217,7 +217,6 @@ __PACKAGE__->register_method ({
my $pool = {
lvl => 0,
};
- my $vdevs = [];
my $curfield;
my $config = 0;
--
2.11.0
More information about the pve-devel
mailing list