From b55fd3d196536fe391b443cd24f7be3c4b5783ae Mon Sep 17 00:00:00 2001 From: attilio Date: Sun, 1 May 2011 00:08:13 +0000 Subject: [PATCH] Remove unnused typedef. --- sys/i386/include/xen/xenvar.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/include/xen/xenvar.h b/sys/i386/include/xen/xenvar.h index 4f8c857fb36d..365930a7960a 100644 --- a/sys/i386/include/xen/xenvar.h +++ b/sys/i386/include/xen/xenvar.h @@ -99,7 +99,6 @@ void xpq_init(void); (((bits)+BITS_PER_LONG-1)/BITS_PER_LONG) #define DECLARE_BITMAP(name,bits) \ unsigned long name[BITS_TO_LONGS(bits)] -typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } xen_cpumask_t; int xen_create_contiguous_region(vm_page_t pages, int npages);