svn commit: r263372 - head/sys/xen
Warner Losh
imp at FreeBSD.org
Wed Mar 19 17:53:10 UTC 2014
Author: imp
Date: Wed Mar 19 17:53:09 2014
New Revision: 263372
URL: http://svnweb.freebsd.org/changeset/base/263372
Log:
Remove redunant declaration. gcc complains while clang doesn't.
Modified:
head/sys/xen/xen-os.h
Modified: head/sys/xen/xen-os.h
==============================================================================
--- head/sys/xen/xen-os.h Wed Mar 19 17:34:37 2014 (r263371)
+++ head/sys/xen/xen-os.h Wed Mar 19 17:53:09 2014 (r263372)
@@ -54,7 +54,6 @@ extern shared_info_t *HYPERVISOR_shared_
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 {
More information about the svn-src-head
mailing list