]> granicus.if.org Git - graphviz/commitdiff
janitor - fix 1 -Wunused-variable
authorJohn Ellson <ellson@research.att.com>
Wed, 6 Jan 2016 19:07:55 +0000 (14:07 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 6 Jan 2016 19:07:55 +0000 (14:07 -0500)
lib/common/utils.c

index 064a651fce49cd48544c73990d79b384df73c0f8..2451a977c9921315c90dfcb7c9f9ecddddea7170 100644 (file)
@@ -1430,7 +1430,6 @@ char* htmlEntityUTF8 (char* s, graph_t* g)
     unsigned char buf[BUFSIZ];
     unsigned char c;
     unsigned int v;
-    int ignored;
 
     int uc;
     int ui;