summaryrefslogtreecommitdiffstats
path: root/fru_area.hpp
diff options
context:
space:
mode:
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