From: Matthew Fernandez Date: Thu, 1 Jul 2021 00:24:25 +0000 (-0700) Subject: remove unused MAXSHORT X-Git-Tag: 2.48.0~18^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acc57c901eb9ad2ad2f0fc6ffb01e0008e93c76a;p=graphviz remove unused MAXSHORT --- diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index d12e598f2..2d8809049 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -244,9 +244,6 @@ extern "C" { #ifdef MAXFLOAT /* we don't need these, so we zap them to avoid compiler warnings */ #undef MAXFLOAT #endif -#ifdef MAXSHORT -#undef MAXSHORT -#endif #include #define SFSETLOCALE(decimal,thousand) \ { struct lconv* lv; \