summaryrefslogtreecommitdiff
path: root/source/include/platform/acmsvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/platform/acmsvc.h')
-rw-r--r--source/include/platform/acmsvc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/include/platform/acmsvc.h b/source/include/platform/acmsvc.h
index a154c6745..133f449ef 100644
--- a/source/include/platform/acmsvc.h
+++ b/source/include/platform/acmsvc.h
@@ -174,10 +174,6 @@
#define ACPI_INTERNAL_XFACE
#define ACPI_INTERNAL_VAR_XFACE __cdecl
-
-/* Do not maintain the architecture specific stuffs for the EFI ports */
-
-#if !defined(_EDK2_EFI) && !defined(_GNU_EFI)
#ifndef _LINT
/*
* Math helper functions
@@ -212,7 +208,6 @@
n_lo >>= 1; \
}
#endif
-#endif
/* warn C4100: unreferenced formal parameter */
#pragma warning(disable:4100)
@@ -230,10 +225,6 @@
#pragma warning( disable : 4295 ) /* needed for acpredef.h array */
#endif
-#ifdef _MSC_VER /* disable some level-4 warnings */
-#pragma warning(disable:4100) /* warning C4100: unreferenced formal parameter */
-#endif
-
/* Debug support. */