Skip to content
Snippets Groups Projects
Commit 670e4180 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

minor cleanup

parent 10115c2f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment