[ovs-dev] [PATCH] ovn-controller: Remove unused member from struct local_datapath.

Mark Michelson mmichels at redhat.com
Mon Jun 25 21:03:55 UTC 2018


Acked-by: Mark Michelson <mmichels at redhat.com>

On 06/22/2018 01:23 PM, Ben Pfaff wrote:
> Nothing read or wrote this member, and "struct ldatapath" wasn't defined
> anywhere.
> 
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>   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;
> 



More information about the dev mailing list