From 1a6a460fa368b2cb2c2bb35b6ae47740c31ab33d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 6 Jul 2021 18:23:22 -0700 Subject: [PATCH] remove unused noop field of _sffmt_s --- lib/sfio/sfio.h | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.50.1