bridge: Inline iterate_and_prune_ifaces() and remove it.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 18:32:25 +0000 (11:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:12:05 +0000 (10:12 -0700)
commitc3effea5f6f8c6741ee10c0aa99ddfa211b77c4a
tree6a272bf7957466d15ee700140c336c1a71d53a4f
parent7ae792355f8854f54f0d169b91c5f2ee10b368f1
bridge: Inline iterate_and_prune_ifaces() and remove it.

The main reason that iterate_and_prune_ifaces() existed was because it was
somewhat inconvenient to iterate across all of the interfaces, especially
if anything needed to be deleted.  Now that we've switched from arrays to
lists and hmaps, it's a bit easier, and certainly it's easier to read code
when there aren't any callbacks involved, so inline what this was doing.

This was the only remaining caller of iterate_and_prune_ifaces() so this
removes that function as well as the callback.
vswitchd/bridge.c