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

This commit is contained in:
njl 2003-12-09 03:06:28 +00:00
parent 1139fba7a4
commit 643a95526f

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);