summaryrefslogtreecommitdiffstats
path: root/fru_area.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fru_area.cpp')
-rw-r--r--fru_area.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/fru_area.cpp b/fru_area.cpp
index 389166c..b25bfef 100644
--- a/fru_area.cpp
+++ b/fru_area.cpp
@@ -52,14 +52,3 @@ void IPMIFruArea::setData(const uint8_t* value, const size_t length)
data.reserve(length); // pre-allocate the space.
data.insert(data.begin(), value, value + length);
}
-
-//-----------------------------------------------------
-// Sets the dbus parameters
-//-----------------------------------------------------
-void IPMIFruArea::updateDbusPaths(const char* bus, const char* path,
- const char* intf)
-{
- busName = bus;
- objectPath = path;
- interfaceName = intf;
-}
OpenPOWER on IntegriCloud