mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 15:12:51 -04:00
[master] Remove unused variable "len" from buildfilename()
This commit is contained in:
parent
077f9626c2
commit
6cdff94830
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue