From 870f3e914882dc1798ec4883472c67403805eed1 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 25 Jan 2023 14:17:10 -0800 Subject: Remove unused variables These were found by inspection. Tested: Code Compiles. Dead code elimination. Change-Id: I53455672f96faa44ad0e94146baf2d28daf8e10a Signed-off-by: Ed Tanous --- redfish-core/lib/account_service.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'redfish-core/lib/account_service.hpp') diff --git a/redfish-core/lib/account_service.hpp b/redfish-core/lib/account_service.hpp index 9f99d184ab..85f09420ce 100644 --- a/redfish-core/lib/account_service.hpp +++ b/redfish-core/lib/account_service.hpp @@ -55,9 +55,6 @@ constexpr const char* ldapPrivMapperInterface = "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 { -- cgit v1.2.3