klib,int64: remove unused code
* they are reported as error in clang
This commit is contained in:
parent
f198eb6073
commit
bcdbc4e249
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue