Remove unused variables
These were found by inspection.
Tested: Code Compiles. Dead code elimination.
Change-Id: I53455672f96faa44ad0e94146baf2d28daf8e10a
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/redfish-core/lib/account_service.hpp b/redfish-core/lib/account_service.hpp
index 9f99d18..85f0942 100644
--- a/redfish-core/lib/account_service.hpp
+++ b/redfish-core/lib/account_service.hpp
@@ -55,9 +55,6 @@
"xyz.openbmc_project.User.PrivilegeMapper";
constexpr const char* dbusObjManagerIntf = "org.freedesktop.DBus.ObjectManager";
constexpr const char* propertyInterface = "org.freedesktop.DBus.Properties";
-constexpr const char* mapperBusName = "xyz.openbmc_project.ObjectMapper";
-constexpr const char* mapperObjectPath = "/xyz/openbmc_project/object_mapper";
-constexpr const char* mapperIntf = "xyz.openbmc_project.ObjectMapper";
struct LDAPRoleMapData
{