]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove a dead assignment
authorOndřej Surý <ondrej@sury.org>
Tue, 5 Nov 2019 09:57:38 +0000 (10:57 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 5 Nov 2019 22:07:07 +0000 (23:07 +0100)
commit4e3d0cb7ac30dc76df4cba92b4dd6cd7d96f8758
treeb14cc461938ae13639bf2e6e594385e5ccabfb73
parent12f6a44256d085df344403a3aeab7b4a72dfa11b
Remove a dead assignment

This fixes the following scan-build warning:

zt.c:325:12: warning: Value stored to 'zt' during its initialization is never read
        dns_zt_t *zt = params->zt;
                  ^~   ~~~~~~~~~~
1 warning generated.
lib/dns/zt.c