summaryrefslogtreecommitdiff
path: root/redfish-core/lib/account_service.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-01-26 01:17:10 +0300
committerEd Tanous <edtanous@google.com>2023-01-27 00:06:57 +0300
commit870f3e914882dc1798ec4883472c67403805eed1 (patch)
treeb242c51d767bf38b2efade9b2e0e3b876375f1e9 /redfish-core/lib/account_service.hpp
parent770b3ff239f96b419a791bed732f914899b8c202 (diff)
downloadbmcweb-870f3e914882dc1798ec4883472c67403805eed1.tar.xz
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>
Diffstat (limited to 'redfish-core/lib/account_service.hpp')
-rw-r--r--redfish-core/lib/account_service.hpp3
1 files changed, 0 insertions, 3 deletions
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
{