mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
hyperv: remove unused 'total' variable
Reviewed-by: John Ferlan <jferlan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a507edef33
commit
a962af7df3
@ -280,7 +280,6 @@ class WmiClass:
|
|||||||
|
|
||||||
# alter each version's property list so that common members are first
|
# alter each version's property list so that common members are first
|
||||||
# and in the same order as in the common dictionary
|
# and in the same order as in the common dictionary
|
||||||
total = len(common)
|
|
||||||
for cls in self.versions:
|
for cls in self.versions:
|
||||||
index = 0
|
index = 0
|
||||||
count = len(cls.properties)
|
count = len(cls.properties)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user