diff options
Diffstat (limited to 'source/components/parser/psopinfo.c')
-rw-r--r-- | source/components/parser/psopinfo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/components/parser/psopinfo.c b/source/components/parser/psopinfo.c index e3cd31f2e04e4..90940c828856a 100644 --- a/source/components/parser/psopinfo.c +++ b/source/components/parser/psopinfo.c @@ -52,9 +52,6 @@ ACPI_MODULE_NAME ("psopinfo") -extern const UINT8 AcpiGbl_ShortOpIndex[]; -extern const UINT8 AcpiGbl_LongOpIndex[]; - static const UINT8 AcpiGbl_ArgumentCount[] = {0,1,1,1,1,2,2,2,2,3,3,6}; |