Skip to content
Snippets Groups Projects
Commit 95e91cf6 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Remove dead code.

parent 0ec8f9f9
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@
#ifndef ROOT_CintLDAP
#define ROOT_CintLDAP
#if 1
#if !defined(__CLING__)
// Regular section, the user must make sure explicitly that the
// correct set of header is included (or not).
......@@ -30,30 +28,4 @@
#endif
#else
struct LDAP;
struct LDAPMessage;
struct LDAPMod;
#define LDAP_VERSION1 1
#define LDAP_VERSION2 2
#define LDAP_VERSION3 3
const int LDAP_PORT = 389;
const int LDAP_SCOPE_DEFAULT = -1;
const int LDAP_SCOPE_BASE = 0x0000;
const int LDAP_SCOPE_ONELEVEL = 0x0001;
const int LDAP_SCOPE_SUBTREE = 0x0002;
const int LDAP_MOD_ADD = 0x0000;
const int LDAP_MOD_DELETE = 0x0001;
const int LDAP_MOD_REPLACE = 0x0002;
const int LDAP_MOD_BVALUES = 0x0080;
const int LDAP_SERVER_DOWN = 0x51;
#endif
#endif
#endif // ROOT_CintLDAP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment