From: Matthew Fernandez Date: Wed, 7 Jul 2021 01:33:20 +0000 (-0700) Subject: remove unused SF_BUFCONST X-Git-Tag: 2.48.0~8^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3082d54bb253ad94aba2be29bd4c09a58c70724;p=graphviz remove unused SF_BUFCONST --- diff --git a/lib/sfio/sfio.h b/lib/sfio/sfio.h index 46ec5c02c..0a11d0a6e 100644 --- a/lib/sfio/sfio.h +++ b/lib/sfio/sfio.h @@ -147,10 +147,6 @@ extern "C" { #define SF_FLAGS 0077177 /* PUBLIC FLAGS PASSABLE TO SFNEW() */ #define SF_SETS 0027163 /* flags passable to sfset() */ -#ifndef KPVDEL -#define SF_BUFCONST 0400000 /* unused flag - for compatibility only */ -#endif - /* exception events: SF_NEW(0), SF_READ(1), SF_WRITE(2) and the below */ #define SF_SEEK 3 /* seek error */