dpif: Shift ufid support checking up to dpif_backer.
[cascardo/ovs.git] / lib / dpif-provider.h
index 568c71f..7b4878e 100644 (file)
@@ -373,10 +373,6 @@ struct dpif_class {
     /* Get datapath version. Caller is responsible for freeing the string
      * returned.  */
     char *(*get_datapath_version)(void);
-
-    /* Returns whether 'dpif' supports unique flow identifiers for flow
-     * operations. */
-    bool (*get_ufid_support)(struct dpif *);
 };
 
 extern const struct dpif_class dpif_netlink_class;