]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remve unused variable
authorMark Andrews <marka@isc.org>
Thu, 12 Oct 2000 04:03:28 +0000 (04:03 +0000)
committerMark Andrews <marka@isc.org>
Thu, 12 Oct 2000 04:03:28 +0000 (04:03 +0000)
lib/dns/config/confview.c

index 647c8984fa1b67426ea6deb906dafd9db5b945e5..79e8f20b731b5d43a29afb8a8cdc34ae2d6395e3 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: confview.c,v 1.49 2000/10/10 01:17:30 marka Exp $ */
+/* $Id: confview.c,v 1.50 2000/10/12 04:03:28 marka Exp $ */
 
 #include <config.h>
 
@@ -370,7 +370,6 @@ isc_result_t
 dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
        dns_c_view_t *elem;
        isc_boolean_t bbval;
-       dns_notifytype_t notifytype;
        isc_uint32_t buival;
        isc_result_t result = ISC_R_SUCCESS;
        dns_c_rrsolist_t *boval;