dpif: Remove dpif_get_all_names().
authorBen Pfaff <blp@nicira.com>
Sat, 22 Jan 2011 00:56:26 +0000 (16:56 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 23:34:40 +0000 (15:34 -0800)
commit3d8c95357fc8fa657c5ed176a464d0c9d33622e9
tree7325da011a31091a791f669e9f83efb86edea386
parent254f2dc8e3eb18debf4a8f238b9c87cf4d4dbd3f
dpif: Remove dpif_get_all_names().

None of the remaining dpif implementations have more than one name per
dpif, so there's no need for this function anymore.

Suggested-by: Jesse Gross <jesse@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
vswitchd/bridge.c