mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:12:07 -04:00
remove unreachable code
This commit is contained in:
parent
3d02ab0d2d
commit
1a3563145b
1 changed files with 1 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.c,v 1.92 2000/05/19 02:00:40 marka Exp $ */
|
||||
/* $Id: rdata.c,v 1.93 2000/05/20 01:05:50 explorer Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <ctype.h>
|
||||
|
|
@ -1717,9 +1717,6 @@ dns_rdatatype_iszonecutauth(dns_rdatatype_t type) {
|
|||
!= 0)
|
||||
return (ISC_TRUE);
|
||||
return (ISC_FALSE);
|
||||
return (type == dns_rdatatype_ns ||
|
||||
dns_rdatatype_isdnssec(type) ?
|
||||
ISC_TRUE : ISC_FALSE);
|
||||
}
|
||||
|
||||
isc_boolean_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue