]> git.sur5r.net Git - openldap/commitdiff
Cleanup: Remove SLAP_CB_FREEME, an unused internal result code
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Aug 2009 01:49:09 +0000 (01:49 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 13 Aug 2009 01:49:09 +0000 (01:49 +0000)
servers/slapd/slap.h

index 7eb3908dcbd7f63342a8efeb85721f174c205363..288d18f3ded07b77351b48850a18d8fd26eb03bf 100644 (file)
@@ -2355,7 +2355,6 @@ typedef struct slap_overinfo {
 } slap_overinfo;
 
 /* Should successive callbacks in a chain be processed? */
-#define        SLAP_CB_FREEME          0x04000
 #define        SLAP_CB_BYPASS          0x08800
 #define        SLAP_CB_CONTINUE        0x08000