]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/cancel.c
Misc code cleanup
[openldap] / servers / slapd / cancel.c
index 5dcea54114b41d70200845d59e5d0d1fcbd2db9b..65d5fe8ba53e557f99668c3b0b5a8baea249f483 100644 (file)
@@ -25,8 +25,6 @@
 
 #include "slap.h"
 
-#ifdef LDAP_EXOP_X_CANCEL
-
 #include <lber_pvt.h>
 #include <lutil.h>
 
@@ -127,5 +125,3 @@ int cancel_extop( Operation *op, SlapReply *rs )
 
        return rc;
 }
-
-#endif /* LDAP_EXOP_X_CANCEL */