x86/paging: Remove unusued local variable
This commit is contained in:
parent
5c7f09c4d7
commit
e052b3e630
@ -332,7 +332,6 @@ X86PagingMethod32Bit::InitPostArea(kernel_args* args)
|
|||||||
// now that the vm is initialized, create an area that represents
|
// now that the vm is initialized, create an area that represents
|
||||||
// the page hole
|
// the page hole
|
||||||
void *temp;
|
void *temp;
|
||||||
status_t error;
|
|
||||||
area_id area;
|
area_id area;
|
||||||
|
|
||||||
// unmap the page hole hack we were using before
|
// unmap the page hole hack we were using before
|
||||||
|
Loading…
Reference in New Issue
Block a user