cleanup sdbus CAMELCASE define
The transition from e6500a493a156dd58a92b384c77aef2cbd3addac is
complete, so clean up the old defines.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I016e6044eb3821c22cd568c75098b804cd2e02e9
diff --git a/phosphor-ldap-config/ldap_config.hpp b/phosphor-ldap-config/ldap_config.hpp
index f3c88e4..d0eb32e 100644
--- a/phosphor-ldap-config/ldap_config.hpp
+++ b/phosphor-ldap-config/ldap_config.hpp
@@ -19,15 +19,6 @@
#include <set>
#include <string>
-#ifndef SDBUSPP_NEW_CAMELCASE
-#define ldapBaseDN lDAPBaseDN
-#define ldapBindDN lDAPBindDN
-#define ldapBindDNPassword lDAPBindDNPassword
-#define ldapSearchScope lDAPSearchScope
-#define ldapServerURI lDAPServerURI
-#define ldapType lDAPType
-#endif
-
namespace phosphor
{
namespace ldap