diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 5a85faea..9714810c 100644 --- a/config.h.in +++ b/config.h.in @@ -5,9 +5,6 @@ /* Define any available alignment declaration */ #define ALIGN(x) ${ALIGN_DECL} -/* Define a built-in call indicating an aligned data pointer */ -#define ASSUME_ALIGNED(x, y) ${ASSUME_ALIGNED_DECL} - /* Define a restrict macro for non-aliased pointers */ #define RESTRICT ${RESTRICT_DECL} |