From 2a783a85c3efdabc8d623865b4fe4e681aacfaa8 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:36:21 +0000 Subject: [PATCH] Removed global OpRegion handler dispatch table, it was not being used. date 2001.10.29.16.58.00; author rmoore1; state Exp; --- source/include/acglobal.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/include/acglobal.h b/source/include/acglobal.h index d6cec66da..9b14ed389 100644 --- a/source/include/acglobal.h +++ b/source/include/acglobal.h @@ -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;