--- lib.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib.c b/lib.c index 2a18b05e9..592fc414e 100644 --- a/lib.c +++ b/lib.c @@ -476,14 +476,6 @@ static void handle_arch_m64_finalize(void) goto case_x86_64; case ARCH_LP32: /* default values */ -#if defined(__m68k__) \ - || ((defined(__sparc__) || defined(__sparc)) && !defined(__sparc_v9__)) \ - || defined(__mips__) || defined(__mips) \ - || defined(__powerpc__) || defined(__PPC__) || defined(PPC) \ - || defined(__riscv__) || defined(__riscv) - int32_ctype = &long_ctype; - uint32_ctype = &ulong_ctype; -#endif int64_ctype = &llong_ctype; uint64_ctype = &ullong_ctype; intmax_ctype = &llong_ctype; -- 2.20.0