From: Adam Dickmeiss Date: Mon, 7 Dec 2009 21:08:15 +0000 (+0100) Subject: Remove unused local X-Git-Tag: v4.0.0~76 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f170b856174b48f66a2cecb6ff6b4d02e02973fa Remove unused local --- diff --git a/ztest/ztest.c b/ztest/ztest.c index c088630..acefb59 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -52,7 +52,6 @@ static Odr_int get_term_hit(Z_RPNStructure *s) Odr_oct *oct = apt->term->u.general; if (oct->len > 0 && oct->buf[0] >= '0' && oct->buf[0] <= '9') { - char *endptr; WRBUF hits_str = wrbuf_alloc(); wrbuf_write(hits_str, (const char *) oct->buf, oct->len); h = odr_atoi(wrbuf_cstr(hits_str));