dpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
[openvswitch] / ofproto / connmgr.c
index 38052ac5ee52ce13f60fc5ecaf5812e2476c2448..2d0b8c5d5a56ff963951389bfb90a32aee6dced1 100644 (file)
@@ -849,13 +849,6 @@ ofconn_has_pending_opgroups(const struct ofconn *ofconn)
     return !list_is_empty(&ofconn->opgroups);
 }
 
-/* Returns the number of pending opgroups on 'ofconn'. */
-size_t
-ofconn_n_pending_opgroups(const struct ofconn *ofconn)
-{
-    return list_size(&ofconn->opgroups);
-}
-
 /* Adds 'ofconn_node' to 'ofconn''s list of pending opgroups.
  *
  * If 'ofconn' is destroyed or its connection drops, then 'ofconn' will remove