diff --git a/klib/src/int64.c b/klib/src/int64.c index 13376f4..eed598b 100644 --- a/klib/src/int64.c +++ b/klib/src/int64.c @@ -231,20 +231,6 @@ typedef union }s; } utwords; -static __inline ti_int make_ti(di_int h, di_int l) { - twords r; - r.s.high = h; - r.s.low = l; - return r.all; -} - -static __inline tu_int make_tu(du_int h, du_int l) { - utwords r; - r.s.high = h; - r.s.low = l; - return r.all; -} - #endif /* CRT_HAS_128BIT */ typedef union