2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] Remove unused variable "len" from buildfilename()

This commit is contained in:
Michał Kępień
2017-10-09 13:53:02 +02:00
parent 077f9626c2
commit 6cdff94830

View File

@@ -1853,7 +1853,6 @@ buildfilename(dns_name_t *name, dns_keytag_t id,
const char *directory, isc_buffer_t *out)
{
const char *suffix = "";
unsigned int len;
isc_result_t result;
REQUIRE(out != NULL);