summaryrefslogtreecommitdiffstats
path: root/fru-area.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 19:23:36 -0700
committerPatrick Venture <venture@google.com>2018-10-20 19:31:12 -0700
commitd9af7b4458b042d0100ef964b6f7b5dd4d6f5569 (patch)
tree5b447a8db9f0a32e4a0c328dc78609d91033c96b /fru-area.hpp
parent7180c61725d90616e19a126a5476e107effb28a9 (diff)
downloadipmi-fru-parser-d9af7b4458b042d0100ef964b6f7b5dd4d6f5569.tar.gz
ipmi-fru-parser-d9af7b4458b042d0100ef964b6f7b5dd4d6f5569.zip
ipmi_fru: drop unused sd_bus pointer
Drop unused sd_bus pointer from fru_info class. Change-Id: Id93412c17d15118e8e6f66736c9dc74289392fa4 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'fru-area.hpp')
-rw-r--r--fru-area.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/fru-area.hpp b/fru-area.hpp
index 038e237..fce830d 100644
--- a/fru-area.hpp
+++ b/fru-area.hpp
@@ -51,16 +51,13 @@ class ipmi_fru
// fru inventory dbus interface name
std::string iv_intf_name;
- // sd_bus handle
- sd_bus* iv_bus_type = nullptr;
-
// Default constructor disabled.
ipmi_fru();
public:
// constructor
ipmi_fru(const uint8_t fruid, const ipmi_fru_area_type type,
- sd_bus* bus_type, bool bmc_fru = false);
+ bool bmc_fru = false);
// Destructor
virtual ~ipmi_fru();
OpenPOWER on IntegriCloud