]> granicus.if.org Git - graphviz/commitdiff
prune: remove unused 'strattr_s' struct name
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Nov 2022 16:13:12 +0000 (09:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Nov 2022 04:47:29 +0000 (20:47 -0800)
contrib/prune/prune.c

index e22a645b53ef7d66880252ed05c472753e46a7d6..0cf87dc15fa9f65eb4873c79a20abb9ce8e383e7 100644 (file)
@@ -21,7 +21,7 @@
 #include "generic_list.h"
 
 /* structure to hold an attribute specified on the commandline */
-typedef struct strattr_s {
+typedef struct {
     char *n;
     char *v;
 } strattr_t;