summaryrefslogtreecommitdiffstats
path: root/utility.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-05-10 13:18:51 -0500
committerMatthew Barth <msbarth@us.ibm.com>2018-05-17 12:13:36 -0500
commitf3adb7827b1b153b2e2d12d432a67deff95ee5e3 (patch)
treef2760ef3b1c6f96223080e7f2d581b62e6ee2ba9 /utility.hpp
parent1af90f09ea490cac195c734a1ff52546f93a5d76 (diff)
downloadphosphor-fan-presence-f3adb7827b1b153b2e2d12d432a67deff95ee5e3.tar.gz
phosphor-fan-presence-f3adb7827b1b153b2e2d12d432a67deff95ee5e3.zip
utility: Remove getService function
The getService function is no longer used and is not necessary with the getService function within sdbusplus.hpp Tested: N/A Change-Id: Ifad8ec1efb64508923d4f5c42bef318f0b03124c Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'utility.hpp')
-rw-r--r--utility.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/utility.hpp b/utility.hpp
index fbae129..f97b505 100644
--- a/utility.hpp
+++ b/utility.hpp
@@ -80,20 +80,6 @@ class FileDescriptor
};
/**
- * @brief Get the service name from the mapper for the
- * interface and path passed in.
- *
- * @param[in] path - the dbus path name
- * @param[in] interface - the dbus interface name
- * @param[in] bus - the dbus object
- *
- * @return The service name
- */
-std::string getService(const std::string& path,
- const std::string& interface,
- sdbusplus::bus::bus& bus);
-
-/**
* @brief Get the object map for creating or updating an object property
*
* @param[in] path - The dbus object path name
OpenPOWER on IntegriCloud