mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
xenserver: Remove dead store from interface-reconfigure.
No point in looking up pifrec if we're not going to use it.
This commit is contained in:
@@ -1491,7 +1491,6 @@ def main(argv=None):
|
||||
raise Usage("Unknown action %s" % action)
|
||||
|
||||
# Save cache.
|
||||
pifrec = db.get_pif_record(pif)
|
||||
db.save(dbcache_file)
|
||||
|
||||
except Usage, err:
|
||||
|
||||
Reference in New Issue
Block a user