aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/xen/pv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/xen/pv.c')
-rw-r--r--sys/x86/xen/pv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/x86/xen/pv.c b/sys/x86/xen/pv.c
index a316d4ee8857..e0c88992390e 100644
--- a/sys/x86/xen/pv.c
+++ b/sys/x86/xen/pv.c
@@ -255,11 +255,8 @@ xen_pvh_parse_symtab(void)
{
Elf_Ehdr *ehdr;
Elf_Shdr *shdr;
- uint32_t size;
int i, j;
- size = end;
-
ehdr = (Elf_Ehdr *)(&end + 1);
if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) ||
ehdr->e_ident[EI_CLASS] != ELF_TARG_CLASS ||