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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user