From: Matthew Fernandez Date: Sun, 21 Aug 2022 19:22:54 +0000 (-0700) Subject: sfio: remove unused 'SF_APPEND' X-Git-Tag: 6.0.1~31^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0425e5f013984ea62473df14f111d2d292ff6b52;p=graphviz sfio: remove unused 'SF_APPEND' The last use of this was removed in 052e514170a70a549abbc25199504ae6a58dea27. --- diff --git a/lib/sfio/sfio.h b/lib/sfio/sfio.h index f0c61845d..6eded50c5 100644 --- a/lib/sfio/sfio.h +++ b/lib/sfio/sfio.h @@ -122,11 +122,6 @@ extern "C" { #define SF_STRING 0000004 /* a string stream */ #define SF_APPENDWR 0000010 /* file is in append mode only. */ -#if defined(_mac_SF_APPEND) && !_mac_SF_APPEND -#define SF_APPEND SF_APPENDWR /* this was the original append bit */ - /* but BSDI stat.h now uses this symbol. */ - /* So we leave it out in such cases. */ -#endif #define SF_MALLOC 0000020 /* buffer is malloc-ed */ #define SF_LINE 0000040 /* line buffering */