summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utility.cpp6
-rw-r--r--utility.hpp8
2 files changed, 0 insertions, 14 deletions
diff --git a/utility.cpp b/utility.cpp
index 249fe2f..1bb979e 100644
--- a/utility.cpp
+++ b/utility.cpp
@@ -29,12 +29,6 @@ using namespace phosphor::logging;
using InternalFailure = sdbusplus::xyz::openbmc_project::Common::
Error::InternalFailure;
-std::string getInvService(sdbusplus::bus::bus& bus)
-{
- return getService(INVENTORY_PATH, INVENTORY_INTF, bus);
-}
-
-
std::string getService(const std::string& path,
const std::string& interface,
sdbusplus::bus::bus& bus)
diff --git a/utility.hpp b/utility.hpp
index bb23dea..fbae129 100644
--- a/utility.hpp
+++ b/utility.hpp
@@ -80,14 +80,6 @@ class FileDescriptor
};
/**
- * @brief Get the inventory service name from the mapper object
- *
- * @return The inventory manager service name
- */
-std::string getInvService(sdbusplus::bus::bus& bus);
-
-
-/**
* @brief Get the service name from the mapper for the
* interface and path passed in.
*
OpenPOWER on IntegriCloud