ldap/servers/slapd/slapi-plugin.h | 21 --------------------- 1 file changed, 21 deletions(-)
New commits: commit 4347de50202539de0825abeeadd38be070c6de22 Author: Mark Reynolds mreynolds@redhat.com Date: Fri Sep 27 20:49:53 2013 -0400
Ticket 47510 - remove unnecessary typedef
https://fedorahosted.org/389/ticket/47510 (cherry picked from commit d876e6dedcc43e7c7acd775da0749b636649b00a)
diff --git a/ldap/servers/slapd/slapi-plugin.h b/ldap/servers/slapd/slapi-plugin.h index 53a7d0e..5a12a93 100644 --- a/ldap/servers/slapd/slapi-plugin.h +++ b/ldap/servers/slapd/slapi-plugin.h @@ -422,27 +422,6 @@ NSPR_API(PRUint32) PR_fprintf(struct PRFileDesc* fd, const char *fmt, ...) #define LDAP_SYNC_NEW_COOKIE 4 #endif
-#ifndef LDAP_SYNC_CAPI_NONE -typedef enum { - /* these are private - the client should never see them */ - LDAP_SYNC_CAPI_NONE = -1, - LDAP_SYNC_CAPI_PHASE_FLAG = 0x10U, - LDAP_SYNC_CAPI_IDSET_FLAG = 0x20U, - LDAP_SYNC_CAPI_DONE_FLAG = 0x40U, - /* these are passed to ls_search_entry() */ - LDAP_SYNC_CAPI_PRESENT = LDAP_SYNC_PRESENT, - LDAP_SYNC_CAPI_ADD = LDAP_SYNC_ADD, - LDAP_SYNC_CAPI_MODIFY = LDAP_SYNC_MODIFY, - LDAP_SYNC_CAPI_DELETE = LDAP_SYNC_DELETE, - /* these are passed to ls_intermediate() */ - LDAP_SYNC_CAPI_PRESENTS = ( LDAP_SYNC_CAPI_PHASE_FLAG | LDAP_SYNC_CAPI_PRESENT ), - LDAP_SYNC_CAPI_DELETES = ( LDAP_SYNC_CAPI_PHASE_FLAG | LDAP_SYNC_CAPI_DELETE ), - LDAP_SYNC_CAPI_PRESENTS_IDSET = ( LDAP_SYNC_CAPI_PRESENTS | LDAP_SYNC_CAPI_IDSET_FLAG ), - LDAP_SYNC_CAPI_DELETES_IDSET = ( LDAP_SYNC_CAPI_DELETES | LDAP_SYNC_CAPI_IDSET_FLAG ), - LDAP_SYNC_CAPI_DONE = ( LDAP_SYNC_CAPI_DONE_FLAG | LDAP_SYNC_CAPI_PRESENTS ) -} ldap_sync_refresh_t; -#endif - /* * Sequential access types */
389-commits@lists.fedoraproject.org