]> granicus.if.org Git - graphviz/commitdiff
sfio: remove unused 'SF_APPEND'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Aug 2022 19:22:54 +0000 (12:22 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 23 Aug 2022 14:30:03 +0000 (07:30 -0700)
The last use of this was removed in 052e514170a70a549abbc25199504ae6a58dea27.

lib/sfio/sfio.h

index f0c61845d461372374ba321e468e0add5b4b4e20..6eded50c57cfd0789edb4824c5fcb0facf85f9e3 100644 (file)
@@ -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                       */