summaryrefslogtreecommitdiff
path: root/include/aclocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aclocal.h')
-rw-r--r--include/aclocal.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/aclocal.h b/include/aclocal.h
index 1c6868ab5c71..bdefb7671f60 100644
--- a/include/aclocal.h
+++ b/include/aclocal.h
@@ -93,25 +93,6 @@ union acpi_parse_object;
#define ACPI_MAX_MUTEX 7
#define ACPI_NUM_MUTEX ACPI_MAX_MUTEX+1
-#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
-#ifdef DEFINE_ACPI_GLOBALS
-
-/* Debug names for the mutexes above */
-
-static char *AcpiGbl_MutexNames[ACPI_NUM_MUTEX] =
-{
- "ACPI_MTX_Interpreter",
- "ACPI_MTX_Namespace",
- "ACPI_MTX_Tables",
- "ACPI_MTX_Events",
- "ACPI_MTX_Caches",
- "ACPI_MTX_Memory",
- "ACPI_MTX_CommandComplete",
- "ACPI_MTX_CommandReady"
-};
-
-#endif
-#endif
/* Lock structure for reader/writer interfaces */