diff options
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r-- | source/include/acglobal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h index 3c2a4ed4ce0ed..b21c92bdeb98d 100644 --- a/source/include/acglobal.h +++ b/source/include/acglobal.h @@ -317,11 +317,7 @@ ACPI_GLOBAL (BOOLEAN, AcpiGbl_DisableMemTracking); * ****************************************************************************/ -#if !defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY) #define NUM_PREDEFINED_NAMES 10 -#else -#define NUM_PREDEFINED_NAMES 9 -#endif ACPI_GLOBAL (ACPI_NAMESPACE_NODE, AcpiGbl_RootNodeStruct); ACPI_GLOBAL (ACPI_NAMESPACE_NODE *, AcpiGbl_RootNode); |