diff options
author | njl <njl@FreeBSD.org> | 2003-12-09 03:06:28 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-12-09 03:06:28 +0000 |
commit | 643a95526f8f4619a61b6b38f2bc847271a3b06e (patch) | |
tree | 4f5f3472dd55fe9853b861ee03411052ddba4462 /sys | |
parent | 1139fba7a4af1334ea40123aae1bfdf0f5d0ff23 (diff) | |
download | FreeBSD-src-643a95526f8f4619a61b6b38f2bc847271a3b06e.zip FreeBSD-src-643a95526f8f4619a61b6b38f2bc847271a3b06e.tar.gz |
Eliminate a warning. Patch has been sent to the vendor.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/contrib/dev/acpica/dsmthdat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/dsmthdat.c b/sys/contrib/dev/acpica/dsmthdat.c index 2a63234..ac5254b 100644 --- a/sys/contrib/dev/acpica/dsmthdat.c +++ b/sys/contrib/dev/acpica/dsmthdat.c @@ -700,7 +700,6 @@ AcpiDsStoreObjectToLocal ( if (ObjDesc->Common.ReferenceCount > 1) { Status = AcpiUtCopyIobjectToIobject (ObjDesc, &NewObjDesc, WalkState); - NewObjDesc; if (ACPI_FAILURE (Status)) { return_ACPI_STATUS (Status); |