From 96d1a08c8dfc9f9a61daf07970ec64b23dc30ff1 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 6 Jan 2016 14:07:55 -0500 Subject: [PATCH] janitor - fix 1 -Wunused-variable --- lib/common/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/common/utils.c b/lib/common/utils.c index 064a651fc..2451a977c 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -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; -- 2.50.1