]> granicus.if.org Git - graphviz/commitdiff
remove unused noop field of _sffmt_s
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Jul 2021 01:23:22 +0000 (18:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Jul 2021 00:12:24 +0000 (17:12 -0700)
lib/sfio/sfio.h

index a78dac0d0ea2d8670b0766099da4f584fa011a55..78e32c71024a52b6c6213f4a6d50f23be2dd1161 100644 (file)
@@ -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)