From: Wouter Wijngaards Date: Fri, 7 Nov 2014 09:09:37 +0000 (+0000) Subject: remove unused variable X-Git-Tag: release-1.5.0rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3843bd0b64cd9a1d9aa75481e83f80b3c31a067;p=thirdparty%2Funbound.git remove unused variable git-svn-id: file:///svn/unbound/trunk@3255 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/dnstap/dnstap.c b/dnstap/dnstap.c index 659d804dd..b2dc053bd 100644 --- a/dnstap/dnstap.c +++ b/dnstap/dnstap.c @@ -121,7 +121,6 @@ dt_msg_init(const struct dt_env *env, struct dt_env * dt_create(const char *socket_path, unsigned num_workers) { - char *fio_err; fstrm_res res; struct dt_env *env; struct fstrm_iothr_options *fopt;