mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 01:40:05 -04:00
Remove duplicate unreachable code block
This was accidentially left in during the developement of !8299.
This commit is contained in:
parent
dea228d198
commit
dd57db2274
1 changed files with 0 additions and 11 deletions
|
|
@ -747,17 +747,6 @@ isc___nmsocket_init(isc_nmsocket_t *sock, isc__networker_t *worker,
|
|||
UNREACHABLE();
|
||||
}
|
||||
break;
|
||||
switch (family) {
|
||||
case AF_INET:
|
||||
sock->statsindex = tcp4statsindex;
|
||||
break;
|
||||
case AF_INET6:
|
||||
sock->statsindex = tcp6statsindex;
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue