summaryrefslogtreecommitdiffstats
path: root/fru_area.hpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-20 20:38:43 -0700
committerPatrick Venture <venture@google.com>2018-10-29 09:06:41 -0700
commit4eaaeb5563197b1a4398e3365c621f6e6bc4447d (patch)
tree7ad3e5972f53e44c892cb4bb8e05cc3ca4dfbcac /fru_area.hpp
parent98de3b3ea1722594d7e13b73eeb5be4e2d077333 (diff)
downloadipmi-fru-parser-4eaaeb5563197b1a4398e3365c621f6e6bc4447d.tar.gz
ipmi-fru-parser-4eaaeb5563197b1a4398e3365c621f6e6bc4447d.zip
IPMIFruArea: drop unused member methods
Drop unused member methods. Change-Id: I1bf78f8a896173deacc0f55e3e3b8f1f0c64302a Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'fru_area.hpp')
-rw-r--r--fru_area.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/fru_area.hpp b/fru_area.hpp
index b725ddf..30401bf 100644
--- a/fru_area.hpp
+++ b/fru_area.hpp
@@ -58,30 +58,12 @@ class IPMIFruArea
// Destructor
virtual ~IPMIFruArea();
- // If a particular area has been marked valid / invalid
- inline bool is_valid() const
- {
- return iv_valid;
- }
-
// Sets the present bit
inline void set_present(const bool present)
{
iv_present = present;
}
- // Sets the valid bit for a corresponding area.
- inline void set_valid(const bool valid)
- {
- iv_valid = valid;
- }
-
- // If a particular area accessible only by BMC
- inline bool is_bmc_fru() const
- {
- return iv_bmc_fru;
- }
-
// returns fru id;
uint8_t get_fruid() const
{
OpenPOWER on IntegriCloud