mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
libkvm: Remove set but unused variable from ppc64mmu_hpt_init.
Reported by: GCC
This commit is contained in:
parent
2e2a1c8ecf
commit
e6ef68530b
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user