summaryrefslogtreecommitdiffstats
path: root/contrib/bind/named/ns_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/named/ns_stats.c')
-rw-r--r--contrib/bind/named/ns_stats.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/bind/named/ns_stats.c b/contrib/bind/named/ns_stats.c
index 9a29fb1..1fe382a 100644
--- a/contrib/bind/named/ns_stats.c
+++ b/contrib/bind/named/ns_stats.c
@@ -1,6 +1,6 @@
#if !defined(lint) && !defined(SABER)
static char sccsid[] = "@(#)ns_stats.c 4.10 (Berkeley) 6/27/90";
-static char rcsid[] = "$Id: ns_stats.c,v 8.7 1996/08/05 08:31:30 vixie Exp $";
+static char rcsid[] = "$Id: ns_stats.c,v 8.8 1996/09/22 00:13:10 vixie Exp $";
#endif /* not lint */
/*
@@ -132,11 +132,6 @@ ns_stats()
fprintf(f, "%ld\ttime since reset (secs)\n",
(long)(timenow - resettime));
-#ifdef DMALLOC
- /* malloc statistics */
- dmallocstats(f);
-#endif
-
/* query type statistics */
fprintf(f, "%lu\tUnknown query types\n", (u_long)typestats[0]);
for(i=1; i < T_ANY+1; i++)
OpenPOWER on IntegriCloud