]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove dead code
authorMark Andrews <marka@isc.org>
Wed, 27 Feb 2002 04:05:02 +0000 (04:05 +0000)
committerMark Andrews <marka@isc.org>
Wed, 27 Feb 2002 04:05:02 +0000 (04:05 +0000)
lib/bind/irs/getaddrinfo.c

index 4dfe7f0d836d7a9276adcb822ac744030162de68..243f10656c3c3452d869f9e12e43c8112c43ff3b 100644 (file)
@@ -172,13 +172,6 @@ static const struct explore explore[] = {
 
 #define PTON_MAX       16
 
-#define MAXPACKET      (1024*64)
-
-typedef union {
-       HEADER hdr;
-       u_char buf[MAXPACKET];
-} querybuf;
-
 static int str_isnumber __P((const char *));
 static int explore_fqdn __P((const struct addrinfo *, const char *,
        const char *, struct addrinfo **));