From: Wouter Wijngaards Date: Tue, 2 Oct 2018 12:12:29 +0000 (+0000) Subject: Remove unused variable from contrib fastrpz/rpz.c X-Git-Tag: release-1.8.2rc1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba28c48efce4b61132815195d88eb330a64fd793;p=thirdparty%2Funbound.git Remove unused variable from contrib fastrpz/rpz.c git-svn-id: file:///svn/unbound/trunk@4925 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/contrib/fastrpz.patch b/contrib/fastrpz.patch index d835b204f..100c4259a 100644 --- a/contrib/fastrpz.patch +++ b/contrib/fastrpz.patch @@ -1434,8 +1434,6 @@ Index: unboundfastrpz/fastrpz/rpz.c +static void +log_fnc(librpz_log_level_t level, void* ATTR_UNUSED(ctx), const char* buf) +{ -+ char label_buf[sizeof("rpz ")+8]; -+ + /* Setting librpz_log_level overrides the unbound "verbose" level. */ + if(level > LIBRPZ_LOG_TRACE1 && + level <= librpz->log_level_val(LIBRPZ_LOG_INVALID))