Remove unused variables

In one of the migrations, these are no longer used.  Remove them.

Change-Id: Id4f8f9129ff26b4e264b9ef6c526862081f67f0c
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/lib/account_service.hpp b/redfish-core/lib/account_service.hpp
index 173d966..04edad1 100644
--- a/redfish-core/lib/account_service.hpp
+++ b/redfish-core/lib/account_service.hpp
@@ -66,8 +66,6 @@
 constexpr const char* ldapDbusService = "xyz.openbmc_project.Ldap.Config";
 constexpr const char* ldapConfigInterface =
     "xyz.openbmc_project.User.Ldap.Config";
-constexpr const char* ldapCreateInterface =
-    "xyz.openbmc_project.User.Ldap.Create";
 constexpr const char* ldapEnableInterface = "xyz.openbmc_project.Object.Enable";
 constexpr const char* ldapPrivMapperInterface =
     "xyz.openbmc_project.User.PrivilegeMapper";
diff --git a/redfish-core/lib/certificate_service.hpp b/redfish-core/lib/certificate_service.hpp
index 6d69bc9..5c7b431 100644
--- a/redfish-core/lib/certificate_service.hpp
+++ b/redfish-core/lib/certificate_service.hpp
@@ -65,8 +65,6 @@
 constexpr const char* certReplaceIntf = "xyz.openbmc_project.Certs.Replace";
 constexpr const char* objDeleteIntf = "xyz.openbmc_project.Object.Delete";
 constexpr const char* certPropIntf = "xyz.openbmc_project.Certs.Certificate";
-constexpr const char* dbusPropIntf = "org.freedesktop.DBus.Properties";
-constexpr const char* dbusObjManagerIntf = "org.freedesktop.DBus.ObjectManager";
 constexpr const char* httpsServiceName =
     "xyz.openbmc_project.Certs.Manager.Server.Https";
 constexpr const char* ldapServiceName =