Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove code that is not ready to be used yet
Baptiste Daroussin committed 12 years ago
commit ed315258db3f2b99030b07948e48e1d87dcd419a
parent 89bd3f3
1 file changed +0 -9
modified libpkg/dns_utils.c
@@ -40,15 +40,6 @@ typedef union {
	unsigned char buf[1024];
} query_t;

-
static int
-
srv_cmp(const void *a, const void *b)
-
{
-
	struct dns_srvinfo *srva = (struct dns_srvinfo *)a;
-
	struct dns_srvinfo *srvb = (struct dns_srvinfo *)b;
-

-
	return (srva->priority > srvb->priority);
-
}
-

struct dns_srvinfo *
dns_getsrvinfo(const char *zone)
{