libkvm: Remove set but unused variable from ppc64mmu_hpt_init.

Reported by:	GCC
This commit is contained in:
John Baldwin 2023-06-20 09:28:59 -07:00
parent 2e2a1c8ecf
commit e6ef68530b

View file

@ -253,9 +253,6 @@ static int
ppc64mmu_hpt_init(kvm_t *kd)
{
struct hpt_data *data;
struct minidumphdr *hdr;
hdr = &kd->vmst->hdr;
/* Alloc MMU data */
data = _kvm_malloc(kd, sizeof(*data));