aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-06-06 00:24:13 -0700
committerChris Robinson <[email protected]>2019-06-06 00:24:13 -0700
commita7be53104953ac67081db8e539d423509f44f801 (patch)
treef7482afab50fb148eafadf91c49c91b4b3917412 /config.h.in
parentd9d9e70ed8b2b27d9659afffe1bd4fb8683535e0 (diff)
Remove the unused ALIGN macro
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index cf46274d..a98faff8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,9 +2,6 @@
#define AL_API ${EXPORT_DECL}
#define ALC_API ${EXPORT_DECL}
-/* Define any available alignment declaration */
-#define ALIGN(x) ${ALIGN_DECL}
-
/* Define a restrict macro for non-aliased pointers */
#define RESTRICT ${RESTRICT_DECL}