]> granicus.if.org Git - graphviz/commitdiff
glob_t: remove unused struct members
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 15:07:08 +0000 (07:07 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 15:07:08 +0000 (07:07 -0800)
lib/gvc/gvconfig.c

index 6c5839d0367ffb40969d36fb71bcf45863b9a51b..cbf14fe0401d6f1251bcea8a6f79b32f603e8b3a 100644 (file)
@@ -33,9 +33,6 @@
 #define GLOB_NOSORT     4
 typedef struct {
     int gl_pathc;           /* count of total paths so far */
-    int gl_matchc;          /* count of paths matching pattern */
-    int gl_offs;            /* reserved at beginning of gl_pathv */
-    int gl_flags;           /* returned flags */
     char **gl_pathv;        /* list of paths matching pattern */
 } glob_t;
 static void globfree (glob_t* pglob);