bridge: Get rid of redundant bridge_get_local_iface() function.
authorBen Pfaff <blp@nicira.com>
Thu, 17 Mar 2011 22:38:08 +0000 (15:38 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Mar 2011 00:01:49 +0000 (17:01 -0700)
commit27b3a6e0b36ef36bf40dcaee7a6a61dbb495e33f
treebd18884eeb2496e30e549611176bac42e6b7a6dd
parent7e559ecf6c71a8b576740dd0d58ba8df5317347b
bridge: Get rid of redundant bridge_get_local_iface() function.

Not only was this function redundant, it managed to spend O(n) time doing
a task that should take only O(1)!
vswitchd/bridge.c