diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2003-12-09 03:06:28 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2003-12-09 03:06:28 +0000 |
| commit | 2dfad8a854edeb9905edc0c695798551d4c58ef4 (patch) | |
| tree | 4f5f3472dd55fe9853b861ee03411052ddba4462 | |
| parent | f5f92fb18197a5a7b9f2ef764e95492df7759591 (diff) | |
Eliminate a warning. Patch has been sent to the vendor.
Notes
svn path=/vendor-sys/acpica/dist/; revision=123329
| -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 2a632349710a..ac5254b79605 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); |
