]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
removed unused variable
authorJelte Jansen <jelte@NLnetLabs.nl>
Thu, 6 Aug 2009 08:31:09 +0000 (08:31 +0000)
committerJelte Jansen <jelte@NLnetLabs.nl>
Thu, 6 Aug 2009 08:31:09 +0000 (08:31 +0000)
str2host.c

index ea249efa32bf0e8570c3039d2dd17927155a5d92..720868dd7d15bef04b7040db5d674008b06bcd1e 100644 (file)
@@ -389,7 +389,6 @@ ldns_str2rdf_str(ldns_rdf **rd, const char *str)
 {
        uint8_t *data;
        size_t i, str_i;
-       int esc;
 
        if (strlen(str) > 255) {
                return LDNS_STATUS_INVALID_STR;