]> wimlib.net Git - wimlib/blobdiff - include/wimlib/compiler.h
compiler.h: remove _aligned_attribute
[wimlib] / include / wimlib / compiler.h
index d164184d2a090eded0fd45db9bb7f2e61b68b6db..2013cd12b100c2c49e4bda5efb77647bb3222af4 100644 (file)
  * struct itself may be misaligned.  */
 #define _packed_attribute      __attribute__((packed))
 
-/* Declare that the annotated variable, or variables of the annotated type, are
- * to be aligned on n-byte boundaries.  */
-#define _aligned_attribute(n)  __attribute__((aligned(n)))
-
 /* Declare that pointers to the annotated type may alias other pointers.  */
 #define _may_alias_attribute   __attribute__((may_alias))