summaryrefslogtreecommitdiffstats
path: root/sys/xen
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-19 17:53:09 +0000
committerimp <imp@FreeBSD.org>2014-03-19 17:53:09 +0000
commit950492bae5c80c8d09839f2e1e4726550e5198f3 (patch)
treeed675a7dd5fdac5c252d43abc8b5cec6797fbfe3 /sys/xen
parentdf56af2d1b242db76d1ff7af653cab93fe5ea258 (diff)
downloadFreeBSD-src-950492bae5c80c8d09839f2e1e4726550e5198f3.zip
FreeBSD-src-950492bae5c80c8d09839f2e1e4726550e5198f3.tar.gz
Remove redunant declaration. gcc complains while clang doesn't.
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/xen-os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h
index 7dd9c7e..c982d55 100644
--- a/sys/xen/xen-os.h
+++ b/sys/xen/xen-os.h
@@ -54,7 +54,6 @@ extern shared_info_t *HYPERVISOR_shared_info;
extern start_info_t *HYPERVISOR_start_info;
/* XXX: we need to get rid of this and use HYPERVISOR_start_info directly */
-extern struct xenstore_domain_interface *xen_store;
extern char *console_page;
enum xen_domain_type {
OpenPOWER on IntegriCloud