diff options
Diffstat (limited to 'source/components/tables')
-rw-r--r-- | source/components/tables/tbxfload.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/components/tables/tbxfload.c b/source/components/tables/tbxfload.c index f43a400cc..adeff91b8 100644 --- a/source/components/tables/tbxfload.c +++ b/source/components/tables/tbxfload.c @@ -348,11 +348,6 @@ AcpiTbLoadNamespace ( Status = AE_CTRL_TERMINATE; } -#ifdef ACPI_APPLICATION - ACPI_DEBUG_PRINT_RAW ((ACPI_DB_INIT, "\n")); -#endif - - UnlockAndExit: (void) AcpiUtReleaseMutex (ACPI_MTX_TABLES); return_ACPI_STATUS (Status); |