aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-09-01 06:01:14 -0700
committerChris Robinson <[email protected]>2020-09-01 06:22:50 -0700
commiteeba1a385c466e1c25468eb2ac23b41a49e4a978 (patch)
tree3c962abf75182d9731f50b6f2e45d49e464b1364 /config.h.in
parenta6aefeccd8c515d376f2074a545de9c9d8c5cbb9 (diff)
Don't use config.h to define RESTRICT
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 bd87f4fe..f7e1542e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -2,9 +2,6 @@
#define AL_API ${EXPORT_DECL}
#define ALC_API ${EXPORT_DECL}
-/* Define a restrict macro for non-aliased pointers */
-#define RESTRICT ${RESTRICT_DECL}
-
/* Define if HRTF data is embedded in the library */
#cmakedefine ALSOFT_EMBED_HRTF_DATA