diff options
Diffstat (limited to 'source/include/acexcep.h')
-rw-r--r-- | source/include/acexcep.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acexcep.h b/source/include/acexcep.h index 40ea039c48366..aab6941a3c7e7 100644 --- a/source/include/acexcep.h +++ b/source/include/acexcep.h @@ -45,8 +45,6 @@ #define __ACEXCEP_H__ -#pragma pack(push) /* Set default struct packing */ - /* This module contains all possible exception codes for ACPI_STATUS */ /* @@ -347,6 +345,4 @@ static const ACPI_EXCEPTION_INFO AcpiGbl_ExceptionNames_Ctrl[] = #endif /* EXCEPTION_TABLE */ -#pragma pack(pop) /* Restore original struct packing */ - #endif /* __ACEXCEP_H__ */ |