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

This commit is contained in:
imp 2014-03-19 17:53:09 +00:00
parent df56af2d1b
commit 950492bae5

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 {