diff options
Diffstat (limited to 'source/include/acmacros.h')
-rw-r--r-- | source/include/acmacros.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/include/acmacros.h b/source/include/acmacros.h index 48620fb470a6..2dc5c201fe59 100644 --- a/source/include/acmacros.h +++ b/source/include/acmacros.h @@ -406,18 +406,6 @@ /* - * Some code only gets executed when the debugger is built in. - * Note that this is entirely independent of whether the - * DEBUG_PRINT stuff (set by ACPI_DEBUG_OUTPUT) is on, or not. - */ -#ifdef ACPI_DEBUGGER -#define ACPI_DEBUGGER_EXEC(a) a -#else -#define ACPI_DEBUGGER_EXEC(a) -#endif - - -/* * Macros used for ACPICA utilities only */ |