]> git.sur5r.net Git - openldap/commitdiff
minor cleanup
authorJong Hyuk Choi <jongchoi@openldap.org>
Thu, 9 Dec 2004 16:43:36 +0000 (16:43 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Thu, 9 Dec 2004 16:43:36 +0000 (16:43 +0000)
servers/slapd/zn_malloc.c

index a8c47f3a7ecb9e7ff15b5cca85a61e4411ea249b..e276583a851224871938e30556de231548af381d 100644 (file)
@@ -21,7 +21,7 @@
  */
 /* ACKNOWLEDGEMENTS
  * This work originally developed by Jong-Hyuk Choi
- * 2004/11/29   jongchoi@OpenLDAP.org
+ * 2004/12/09   jongchoi@OpenLDAP.org
  */
 
 #include "portable.h"
@@ -145,9 +145,6 @@ slap_zn_mem_create(
                zh->zh_deltazones = ((SLAP_ZONE_DELTA+zpad) & ~zpad) / zh->zh_zonesize;
        }
 
-       Debug(LDAP_DEBUG_ANY, "==> slap_zn_mem_create: %d\n",
-                                       zh->zh_numzones, 0, 0 );
-
        size_shift = zh->zh_zonesize - 1;
        do {
                order_end++;
@@ -432,7 +429,6 @@ slap_zn_free(void *ptr, void *ctx)
        int i, k, inserted = 0, idx;
        struct zone_heap *zone = NULL;
 
-       fprintf(stderr,"slap_zn_free... 0x%x\n", ptr);
        zoi.zo_ptr = (void*)((unsigned long)p >> zh->zh_zoneorder);
        zoi.zo_idx = -1;