Windows OSL: Remove obsolete reference to memory list field.

The LinkOffset field has been removed. Caused a compile problem
if the local cache is not used. (Windows utilities only.)
This commit is contained in:
Robert Moore 2013-04-12 09:39:30 -07:00
parent 075993daa4
commit cd8237dd42

View File

@ -1477,7 +1477,6 @@ AcpiOsCreateCache (
}
memset (NewCache, 0, sizeof (ACPI_MEMORY_LIST));
NewCache->LinkOffset = 8;
NewCache->ListName = CacheName;
NewCache->ObjectSize = ObjectSize;
NewCache->MaxDepth = MaxDepth;