mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
removed unused stack variable "byte" from dns_nxt_typepresent
This commit is contained in:
parent
fc8a6561cb
commit
4b93234940
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ dns_nxt_typepresent(dns_rdata_t *nxt, dns_rdatatype_t type) {
|
|||
dns_name_t name;
|
||||
isc_region_t r, r2;
|
||||
unsigned char *nxt_bits;
|
||||
int nxt_bits_length, byte;
|
||||
int nxt_bits_length;
|
||||
|
||||
REQUIRE(nxt != NULL);
|
||||
REQUIRE(nxt->type == dns_rdatatype_nxt);
|
||||
|
|
|
|||
Loading…
Reference in a new issue