]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Allow 64-bit wgint without LFS.
[wget] / src / cmpt.c
index aed889f158fa75c2d67fad8a4d9c9c004290bf8c..a6b2607389f307afbc8dd7f52702681298351940 100644 (file)
@@ -1315,8 +1315,6 @@ char_value (char c, int base)
   return value;
 }
 
-#define TYPE_MAXIMUM(t) ((t) (~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
-
 #define STRTOLL_MAX TYPE_MAXIMUM (strtoll_type)
 /* This definition assumes two's complement arithmetic */
 #define STRTOLL_MIN (-STRTOLL_MAX - 1)