about summary refs log tree commit diff
path: root/resolv/res_debug.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-07 13:55:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-07 17:41:59 +0200
commit7ec47a85d865e7bc43358633a0f960921dbfc373 (patch)
treec3b6ff287b4c50c1aa5e3f7a2bd840548da01ca8 /resolv/res_debug.c
parentbfbd1de1590ae3f1a098d0166631d027f33565e9 (diff)
downloadglibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.gz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.tar.xz
glibc-7ec47a85d865e7bc43358633a0f960921dbfc373.zip
resolv: Remove RES_NOIP6DOTINT and its implementation
Diffstat (limited to 'resolv/res_debug.c')
-rw-r--r--resolv/res_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/resolv/res_debug.c b/resolv/res_debug.c
index 825e8a6598..04046464dc 100644
--- a/resolv/res_debug.c
+++ b/resolv/res_debug.c
@@ -559,7 +559,6 @@ p_option(u_long option) {
 	case RES_ROTATE:	return "rotate";
 	case RES_BLAST:		return "blast";
 	case RES_USEBSTRING:	return "ip6-bytestring";
-	case RES_NOIP6DOTINT:	return "no-ip6-dotint";
 	case RES_USE_EDNS0:	return "edns0";
 	case RES_SNGLKUP:	return "single-request";
 	case RES_SNGLKUPREOP:	return "single-request-reopen";