From 7e52028a834f006c4d6d93c3d2e7f2eef1c59dcf Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 8 Sep 2008 05:41:22 +0000 Subject: [PATCH] remove dns_resolver_createdispatchpool --- lib/dns/include/dns/resolver.h | 29 +---------------------------- lib/dns/win32/libdns.def | 1 - 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index 6d12a28c0a..2318e206e5 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.h,v 1.59 2008/06/23 19:41:19 jinmei Exp $ */ +/* $Id: resolver.h,v 1.60 2008/09/08 05:41:22 marka Exp $ */ #ifndef DNS_RESOLVER_H #define DNS_RESOLVER_H 1 @@ -476,33 +476,6 @@ dns_resolver_setzeronosoattl(dns_resolver_t *resolver, isc_boolean_t state); unsigned int dns_resolver_getoptions(dns_resolver_t *resolver); -isc_result_t -dns_resolver_createdispatchpool(dns_resolver_t *res, unsigned int ndisps, - unsigned int interval); -/*%< - * Create a pool of dispatches - * - * Notes: - * - *\li Generally, applications should not create a resolver directly, but - * should instead call dns_view_createresolver(). - * - * Requires: - * - *\li 'res' is a valid resolver that has not been frozen. Also it must have - * either the _USEDISPATCHPOOL4 or _USEDISPATCHPOOL6 option. - * - *\li 'taskmgr' is a valid task manager. - * - *\li 'ndisps' > 0. - * - * Returns: - * - *\li #ISC_R_SUCCESS On success. - * - *\li Anything else Failure. - */ - ISC_LANG_ENDDECLS #endif /* DNS_RESOLVER_H */ diff --git a/lib/dns/win32/libdns.def b/lib/dns/win32/libdns.def index 9ac8478061..44480897b4 100644 --- a/lib/dns/win32/libdns.def +++ b/lib/dns/win32/libdns.def @@ -492,7 +492,6 @@ dns_resolver_algorithm_supported dns_resolver_attach dns_resolver_cancelfetch dns_resolver_create -dns_resolver_createdispatchpool dns_resolver_createfetch dns_resolver_createfetch2 dns_resolver_destroyfetch