]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commitdiff
xen: remove unused global, xen_xcg
authorJim Meyering <meyering@redhat.com>
Sat, 3 May 2014 06:04:40 +0000 (08:04 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000 (21:00 +0400)
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Jim Meyering <meyering@redhat.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/xen/xen_backend.c

index 197795ffe15a6552bae106cc46f5bdf8eb592461..3cd45b407cccc0a23d642958deaeafb5366f2af6 100644 (file)
@@ -45,7 +45,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;