2
0
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:
Ben Pfaff
2009-09-11 14:03:00 -07:00
parent fcf78c4ff9
commit 0d46ae039b

View File

@@ -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: