summaryrefslogtreecommitdiffstats
path: root/fru_area.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-21 13:41:02 -0700
committerPatrick Venture <venture@google.com>2018-10-30 08:28:31 -0700
commita2bed54e078039a20affbc8d2652938bffb19b06 (patch)
tree482736214e3b310a044560e6dfcc928a21b75c67 /fru_area.cpp
parent1d00178a1ec507ccd1e0f957cfd992721448891d (diff)
downloadipmi-fru-parser-a2bed54e078039a20affbc8d2652938bffb19b06.tar.gz
ipmi-fru-parser-a2bed54e078039a20affbc8d2652938bffb19b06.zip
IPMIFruArea: Drop unused dbus debug
Drop unused dbus debug code. There were no calls to set the values and the debug printing them would therefore always print empty strings. Change-Id: I767baf9f3450c9944396930069089a6bbb6e5c6a Signed-off-by: Patrick Venture <venture@google.com>
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