]> granicus.if.org Git - graphviz/commitdiff
remove unused SF_MAXINT
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 14 Aug 2021 21:50:21 +0000 (14:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 19 Aug 2021 03:40:46 +0000 (20:40 -0700)
Related to #1998.

lib/sfio/sfhdr.h

index 6c69ae45e53119deedd6e73364d5480bcddbde8c..484f86dc11d07e6f8a33f522694d503bc9426441 100644 (file)
@@ -477,7 +477,6 @@ extern "C" {
 
 #define        SF_RADIX        64      /* maximum integer conversion base */
 
-#define SF_MAXINT      ((int)(((uint)~0) >> 1))
 #define SF_MAXLONG     ((long)(((ulong)~0L) >> 1))
 
 /* floating point to ascii conversion */