mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +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 *directory, isc_buffer_t *out)
|
||||||
{
|
{
|
||||||
const char *suffix = "";
|
const char *suffix = "";
|
||||||
unsigned int len;
|
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
|
|
||||||
REQUIRE(out != NULL);
|
REQUIRE(out != NULL);
|
||||||
|
Reference in New Issue
Block a user