clean up code based on errors given from Intel C 5.0 compiler

Removed or used unused variables, as appropriate


date	2001.03.15.19.04.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:21:05 +00:00
parent 26b7f439b0
commit 2bfb54274c

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: cmobject - ACPI object create/delete/size/cache routines
* $Revision: 1.39 $
* $Revision: 1.41 $
*
*****************************************************************************/
@ -123,7 +123,7 @@
#include "amlcode.h"
#define _COMPONENT MISCELLANEOUS
#define _COMPONENT ACPI_UTILITIES
MODULE_NAME ("cmobject")
@ -169,7 +169,7 @@ _CmCreateInternalObject (
{
/* Allocation failure */
return_VALUE (NULL);
return_PTR (NULL);
}
/* Save the object type in the object descriptor */