Nothing read or wrote this member, and "struct ldatapath" wasn't defined anywhere.
Signed-off-by: Ben Pfaff <[email protected]> --- ovn/controller/ovn-controller.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ovn/controller/ovn-controller.h b/ovn/controller/ovn-controller.h index 3b15620ae42a..b13b3713c34d 100644 --- a/ovn/controller/ovn-controller.h +++ b/ovn/controller/ovn-controller.h @@ -52,7 +52,6 @@ struct ct_zone_pending_entry { struct local_datapath { struct hmap_node hmap_node; const struct sbrec_datapath_binding *datapath; - const struct ldatapath *ldatapath; /* The localnet port in this datapath, if any (at most one is allowed). */ const struct sbrec_port_binding *localnet_port; -- 2.16.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
