From: Jim Meyering <meyering@redhat.com> Signed-off-by: Jim Meyering <meyering@redhat.com> --- hw/xen_backend.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xen_backend.c b/hw/xen_backend.c index 66cb144..e44ced0 100644 --- a/hw/xen_backend.c +++ b/hw/xen_backend.c @@ -47,7 +47,6 @@ /* public */ XenXC xen_xc = XC_HANDLER_INITIAL_VALUE; -XenGnttab xen_xcg = XC_HANDLER_INITIAL_VALUE; struct xs_handle *xenstore = NULL; const char *xen_protocol; -- 1.7.10.2.552.gaa3bb87
Stefano Stabellini
2012-May-21 10:18 UTC
Re: [PATCH 1/3] xen: remove unused global, xen_xcg
On Mon, 21 May 2012, Jim Meyering wrote:> From: Jim Meyering <meyering@redhat.com> > > > Signed-off-by: Jim Meyering <meyering@redhat.com>Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>> hw/xen_backend.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/xen_backend.c b/hw/xen_backend.c > index 66cb144..e44ced0 100644 > --- a/hw/xen_backend.c > +++ b/hw/xen_backend.c > @@ -47,7 +47,6 @@ > > /* public */ > XenXC xen_xc = XC_HANDLER_INITIAL_VALUE; > -XenGnttab xen_xcg = XC_HANDLER_INITIAL_VALUE; > struct xs_handle *xenstore = NULL; > const char *xen_protocol; > > -- > 1.7.10.2.552.gaa3bb87 >