Remove DNS_COMPRESS_GLOBAL, since the only type of global compression

is GLOBAL14.
This commit is contained in:
Brian Wellington
2000-12-29 00:54:36 +00:00
parent ce7994d137
commit 4efa04801e
14 changed files with 3 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.c,v 1.45 2000/12/28 00:42:59 bwelling Exp $ */
/* $Id: t_api.c,v 1.46 2000/12/29 00:54:22 bwelling Exp $ */
#include <config.h>
@@ -654,7 +654,6 @@ struct dc_method_map {
{ DNS_COMPRESS_NONE, "DNS_COMPRESS_NONE" },
{ DNS_COMPRESS_GLOBAL14, "DNS_COMPRESS_GLOBAL14" },
{ DNS_COMPRESS_GLOBAL, "DNS_COMPRESS_GLOBAL" },
{ DNS_COMPRESS_ALL, "DNS_COMPRESS_ALL" },
{ 0, NULL }
};