]> granicus.if.org Git - graphviz/commitdiff
remove unused struct name
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 29 Mar 2021 02:53:32 +0000 (19:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Apr 2021 05:03:04 +0000 (22:03 -0700)
lib/cgraph/refstr.c

index e7fbfc99281c84cf1d34f4a81ecb0565deb267c3..1a3ff9f8501240396ea541f0703876335fb1ac59 100644 (file)
@@ -15,7 +15,7 @@
  * reference counted strings.
  */
 
-typedef struct refstr_t {
+typedef struct {
     Dtlink_t link;
     uint64_t refcnt: sizeof(uint64_t) * 8 - 1;
     uint64_t is_html: 1;