]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/error.c
Misc code cleanup
[openldap] / libraries / libldap / error.c
index c537d398b60ba40ab8f958cd4e8135aca6f171d5..00cb5d68dfc767b2c8c072b9e24a8f000e5a7b89 100644 (file)
@@ -108,12 +108,10 @@ static struct ldaperror ldap_builtin_errlist[] = {
        {LDAP_SYNC_REFRESH_REQUIRED,    N_("Content Sync Refresh Required")},
        {LDAP_ASSERTION_FAILED,                 N_("Assertion Failed")},
 
-#ifdef LDAP_EXOP_X_CANCEL
        {LDAP_CANCELLED,                                N_("Cancelled")},
        {LDAP_NO_SUCH_OPERATION,                N_("No Operation to Cancel")},
        {LDAP_TOO_LATE,                                 N_("Too Late to Cancel")},
        {LDAP_CANNOT_CANCEL,                    N_("Cannot Cancel")},
-#endif
 
        {0, NULL}
 };