Remove unused variable
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Nov 2007 09:01:40 +0000 (11:01 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Nov 2007 09:01:40 +0000 (11:01 +0200)
lib/formats.c

index 3f93dfe..3e4e83d 100644 (file)
@@ -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;