mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
lint
This commit is contained in:
parent
3724ec85fb
commit
e430659af6
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@
|
|||
isc_boolean_t
|
||||
isc_sockaddr_equal(isc_sockaddr_t *a, isc_sockaddr_t *b)
|
||||
{
|
||||
unsigned int length;
|
||||
|
||||
REQUIRE(a != NULL && b != NULL);
|
||||
|
||||
if (a->length != b->length)
|
||||
|
|
|
|||
Loading…
Reference in a new issue