]> granicus.if.org Git - graphviz/commitdiff
gmlparse.y: remove unused 'ushort' typedef
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 11 Nov 2021 04:08:22 +0000 (20:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 17 Nov 2021 02:37:31 +0000 (18:37 -0800)
cmd/tools/gmlparse.y

index e7f86f32f087362b887b6bf202834c4738a485ad..2c0a28eb0a6d7124e0bd252edc9810d54e463701 100644 (file)
@@ -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;