]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove #define inline. 9.4.2rc1 has been out long enough that we shouldn't need...
authorMark Andrews <marka@isc.org>
Wed, 31 Oct 2007 05:14:59 +0000 (05:14 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Oct 2007 05:14:59 +0000 (05:14 +0000)
lib/dns/resolver.c

index 2f614c76648c686d7df8ff04e4bcd127047dae2a..e6986d01eb1175a0292c6922b7c037ccbfc93dc2 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.284.18.63 2007/09/14 05:52:49 marka Exp $ */
+/* $Id: resolver.c,v 1.284.18.64 2007/10/31 05:14:59 marka Exp $ */
 
 /*! \file */
 
@@ -55,8 +55,6 @@
 #include <dns/tsig.h>
 #include <dns/validator.h>
 
-#define inline  /* XXXMPA remove for 9.4.2 */
-
 #define DNS_RESOLVER_TRACE
 #ifdef DNS_RESOLVER_TRACE
 #define RTRACE(m)      isc_log_write(dns_lctx, \