Eliminate a warning. Patch has been sent to the vendor.

This commit is contained in:
Nate Lawson 2003-12-09 03:06:28 +00:00
parent f5f92fb181
commit 2dfad8a854

View file

@ -700,7 +700,6 @@ AcpiDsStoreObjectToLocal (
if (ObjDesc->Common.ReferenceCount > 1)
{
Status = AcpiUtCopyIobjectToIobject (ObjDesc, &NewObjDesc, WalkState);
NewObjDesc;
if (ACPI_FAILURE (Status))
{
return_ACPI_STATUS (Status);