summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 19:17:16 -0700
committerPatrick Venture <venture@google.com>2018-10-20 19:30:34 -0700
commit7180c61725d90616e19a126a5476e107effb28a9 (patch)
tree5ac0776b6520fd275f4c294c9d31e8fe0c39fd15
parent3ad8365bc86fcacf811adcc4d50e45b6c3e4a63b (diff)
downloadipmi-fru-parser-7180c61725d90616e19a126a5476e107effb28a9.tar.gz
ipmi-fru-parser-7180c61725d90616e19a126a5476e107effb28a9.zip
ipmi_fru: drop unused member functions
Drop unused member functions from fru_info class. Change-Id: Iedf108979892cf12639652bd649efb5c2d7a74ef Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--fru-area.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/fru-area.hpp b/fru-area.hpp
index 278b46f..038e237 100644
--- a/fru-area.hpp
+++ b/fru-area.hpp
@@ -137,15 +137,6 @@ class ipmi_fru
return iv_data;
}
- // Returns the bus type.
- inline sd_bus* get_bus_type() const
- {
- return iv_bus_type;
- }
-
- // Sets up the sd_bus variables for the given AREA type
- int setup_sd_bus_paths(void);
-
// Accepts a pointer to data and sets it in the object.
void set_data(const uint8_t*, const size_t);
OpenPOWER on IntegriCloud