Removed global OpRegion handler dispatch table, it was not being used.

date	2001.10.29.16.58.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:36:21 +00:00
parent 8e6de8e73c
commit 2a783a85c3

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acglobal.h - Declarations for global variables
* $Revision: 1.106 $
* $Revision: 1.107 $
*
*****************************************************************************/
@ -261,10 +261,6 @@ ACPI_EXTERN UINT32 AcpiGbl_DeepestNesting;
ACPI_EXTERN ACPI_WALK_LIST *AcpiGbl_CurrentWalkList;
/* Address Space handlers */
ACPI_EXTERN ACPI_ADR_SPACE_INFO AcpiGbl_AddressSpaces[ACPI_NUM_ADDRESS_SPACES];
/* Control method single step flag */
ACPI_EXTERN UINT8 AcpiGbl_CmSingleStep;