This is an automated email from the git hooks/post-receive script.
firstyear pushed a commit to branch master
in repository 389-ds-base.
commit 7b3e4011b22efabce837b98a3df2cfbe4099bb1a
Author: William Brown <firstyear@redhat.com>
Date: Thu May 11 13:27:41 2017 +1000
Ticket 49250 - remove mempool experimental!
Bug Description: We no longer use mempool. Remove it!
Fix Description: Remove the code between the ifdef MEMPOOL_EXPERIMENTAL
flags.
https://pagure.io/389-ds-base/issue/49250
Author: wibrown
Review by: nhosoi (Thanks!)
---
ldap/servers/slapd/ch_malloc.c | 6 -
ldap/servers/slapd/ldaputil.c | 30 --
ldap/servers/slapd/libglobs.c | 100 -----
ldap/servers/slapd/main.c | 21 --
ldap/servers/slapd/mempool.c | 786 ----------------------------------------
ldap/servers/slapd/proto-slap.h | 11 -
ldap/servers/slapd/slap.h | 15 -
7 files changed, 969 deletions(-)
diff --git a/ldap/servers/slapd/ch_malloc.c b/ldap/servers/slapd/ch_malloc.c
index 52ccb64..29b2ddb 100644
--- a/ldap/servers/slapd/ch_malloc.c
+++ b/ldap/servers/slapd/ch_malloc.c
@@ -80,7 +80,6 @@ log_negative_alloc_msg( const char *op, const char *units, unsigned long size )
op, size, units, units );
}
-#if !defined(MEMPOOL_EXPERIMENTAL)
char *
slapi_ch_malloc(
unsigned long size
@@ -214,7 +213,6 @@ slapi_ch_strdup ( const char* s1)
return newmem;
}
-
No comments:
Post a Comment