x86/paging: Remove unusued local variable

This commit is contained in:
Pawel Dziepak 2013-12-06 03:11:42 +01:00
parent 5c7f09c4d7
commit e052b3e630

View File

@ -332,7 +332,6 @@ X86PagingMethod32Bit::InitPostArea(kernel_args* args)
// now that the vm is initialized, create an area that represents
// the page hole
void *temp;
status_t error;
area_id area;
// unmap the page hole hack we were using before