Merge "compute: Remove dead code"

This commit is contained in:
Jenkins 2017-03-21 18:16:47 +00:00 committed by Gerrit Code Review
commit 347f6e4881

View File

@ -65,15 +65,7 @@ class InstanceStats(object):
"'InstanceStats' object has no attributes '%s'" % kwargs)
# Named tuple representing instances.
#
# name: the name of the instance
# uuid: the UUID associated with the instance
#
Instance = collections.namedtuple('Instance', ['name', 'UUID'])
# Named tuple representing vNICs.
# Named tuple representing vNIC statistics.
#
# name: the name of the vNIC
# mac: the MAC address