From 0425e5f013984ea62473df14f111d2d292ff6b52 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 21 Aug 2022 12:22:54 -0700 Subject: [PATCH] sfio: remove unused 'SF_APPEND' The last use of this was removed in 052e514170a70a549abbc25199504ae6a58dea27. --- lib/sfio/sfio.h | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.40.0