From 85a1226e8ca7324e070977fd2c32f897c1418931 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 7 Nov 2007 11:01:40 +0200 Subject: [PATCH] Remove unused variable --- lib/formats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/formats.c b/lib/formats.c index 3f93dfe..3e4e83d 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -187,7 +187,6 @@ static char * base64Format(int32_t type, const void * data, } else { const char * enc; char * t; - int lc; /* XXX HACK ALERT: element field abused as no. bytes of binary data. */ size_t ns = element; size_t nt = 0; -- 2.7.4