mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
Merge branch 'marka-remove-unused-variable' into 'master'
remove unused variable See merge request isc-projects/bind9!2418
This commit is contained in:
commit
cca33260f2
1 changed files with 0 additions and 1 deletions
|
|
@ -591,7 +591,6 @@ rpsdb_finddb(dns_db_t *db, const dns_name_t *name, dns_dbversion_t *version,
|
|||
dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset)
|
||||
{
|
||||
dns_dbnode_t *node;
|
||||
isc_result_t result;
|
||||
|
||||
UNUSED(version);
|
||||
UNUSED(options);
|
||||
|
|
|
|||
Loading…
Reference in a new issue