mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
more isc_memdebugging cleanup
This commit is contained in:
parent
ddbc279e7b
commit
eec79d5e4d
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dig.c,v 1.79 2000/07/27 09:36:26 tale Exp $ */
|
||||
/* $Id: dig.c,v 1.80 2000/07/28 00:04:44 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -74,7 +74,6 @@ extern isc_uint32_t name_limit;
|
|||
extern isc_uint32_t rr_limit;
|
||||
|
||||
extern isc_boolean_t debugging;
|
||||
extern isc_boolean_t isc_mem_debugging;
|
||||
char *batchname = NULL;
|
||||
FILE *batchfp = NULL;
|
||||
char *argv0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue