summaryrefslogtreecommitdiff
path: root/include/dbus_utility.hpp
diff options
context:
space:
mode:
authorJiaqing Zhao <jiaqing.zhao@intel.com>2022-08-15 11:03:00 +0300
committerJiaqing Zhao <jiaqing.zhao@intel.com>2022-08-15 11:05:50 +0300
commit2d613eb6be049a91aa651be0d5a57cf4a6974b41 (patch)
treef84887e0ecb89d0b8901b0d6471bca49e7ab6f3d /include/dbus_utility.hpp
parenta6669023cd409db1cf784f51f1b1008798c27e5c (diff)
downloadbmcweb-2d613eb6be049a91aa651be0d5a57cf4a6974b41.tar.xz
dbus_utility: Remove ManagedItem type alias
Type alias ManagedItem is identical to ManagedObjectType::value_type, remove it. Tested: Build pass. No significant change in compressed binary size. Change-Id: I6d0f0498399ee639d8a5445fe908a7c311327e41 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
Diffstat (limited to 'include/dbus_utility.hpp')
-rw-r--r--include/dbus_utility.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/dbus_utility.hpp b/include/dbus_utility.hpp
index 4ee7eaf763..bd0d64bd55 100644
--- a/include/dbus_utility.hpp
+++ b/include/dbus_utility.hpp
@@ -75,11 +75,6 @@ using DBusInteracesMap = std::vector<std::pair<std::string, DBusPropertiesMap>>;
using ManagedObjectType =
std::vector<std::pair<sdbusplus::message::object_path, DBusInteracesMap>>;
-using ManagedItem = std::pair<
- sdbusplus::message::object_path,
- std::vector<std::pair<
- std::string, std::vector<std::pair<std::string, DbusVariantType>>>>>;
-
// Map of service name to list of interfaces
using MapperServiceMap =
std::vector<std::pair<std::string, std::vector<std::string>>>;