From: Matthew Fernandez Date: Thu, 11 Nov 2021 04:08:22 +0000 (-0800) Subject: gmlparse.y: remove unused 'ushort' typedef X-Git-Tag: 2.50.0~29^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=043bf81f0fd668e4a38ed000c01ede98a39c45f1;p=graphviz gmlparse.y: remove unused 'ushort' typedef --- diff --git a/cmd/tools/gmlparse.y b/cmd/tools/gmlparse.y index e7f86f32f..2c0a28eb0 100644 --- a/cmd/tools/gmlparse.y +++ b/cmd/tools/gmlparse.y @@ -29,8 +29,6 @@ #define N_NEW(n,t) calloc((n),sizeof(t)) #define RALLOC(size,ptr,type) realloc(ptr,(size)*sizeof(type)) -typedef unsigned short ushort; - static gmlgraph* G; static gmlnode* N; static gmledge* E;