Remove redunant declaration. gcc complains while clang doesn't.

This commit is contained in:
Warner Losh 2014-03-19 17:53:09 +00:00
parent 36858c65b2
commit 1afb8884a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263372

View File

@ -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 {