]> git.sur5r.net Git - openldap/commitdiff
Cleanup: Remove SLAP_CB_FREEME, an unused internal result code
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 11 Jun 2009 22:57:04 +0000 (22:57 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 11 Jun 2009 22:57:04 +0000 (22:57 +0000)
servers/slapd/slap.h

index a47d1bb54bc1adc1c14eca00a3cc4937c9f652c6..fa87f6660898dc0ca1f67ad495a444f54e0d6aa3 100644 (file)
@@ -2353,7 +2353,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