From: Matthew Fernandez Date: Wed, 7 Jul 2021 01:23:22 +0000 (-0700) Subject: remove unused noop field of _sffmt_s X-Git-Tag: 2.48.0~8^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a6a460fa368b2cb2c2bb35b6ae47740c31ab33d;p=graphviz remove unused noop field of _sffmt_s --- diff --git a/lib/sfio/sfio.h b/lib/sfio/sfio.h index a78dac0d0..78e32c710 100644 --- a/lib/sfio/sfio.h +++ b/lib/sfio/sfio.h @@ -95,8 +95,6 @@ extern "C" { char *t_str; /* type string */ ssize_t n_str; /* length of t_str */ - - void *noop; /* as yet unused */ }; #define sffmtversion(fe,type) \ (type ? ((fe)->version = SFIO_VERSION) : (fe)->version)