removed unused def

This commit is contained in:
Joseph Poirier 2015-06-10 13:59:38 -05:00
parent 4e6e0ce08d
commit 24e1166a55

View file

@ -32,7 +32,6 @@
#undef BIG_ENDIAN
#define LARGE_INT_POWER_OF_TEN (1000000000) /* the largest power of ten which fits in an int on this architecture */
#if defined(__hppa__) || defined(__sparc__)
#define ALIGN_TYPE double /* the default data type to use for alignment */
#else