mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
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>
This commit is contained in:
@@ -912,7 +912,6 @@ const struct dpif_class dpif_linux_class = {
|
||||
dpif_linux_enumerate,
|
||||
dpif_linux_open,
|
||||
dpif_linux_close,
|
||||
NULL, /* get_all_names */
|
||||
dpif_linux_destroy,
|
||||
dpif_linux_get_stats,
|
||||
dpif_linux_get_drop_frags,
|
||||
|
Reference in New Issue
Block a user