summaryrefslogtreecommitdiffstats
path: root/occ_status.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_status.hpp')
-rw-r--r--occ_status.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/occ_status.hpp b/occ_status.hpp
index 23b2080..c097908 100644
--- a/occ_status.hpp
+++ b/occ_status.hpp
@@ -140,9 +140,6 @@ class Status : public Interface
**/
sdbusplus::bus::match_t hostControlSignal;
- /** @brief Indicates whether a hub FSI scan has been attempted or not */
- static bool hubFsiScanDone;
-
/** @brief Callback handler when device errors are detected */
void deviceErrorHandler();
@@ -155,10 +152,6 @@ class Status : public Interface
/** @brief Sends a message to host control command handler to reset OCC
*/
void resetOCC();
-
- /** @brief Initiates hub FSI scan so that /dev/occ files are created
- */
- void scanHubFSI();
};
} // namespace occ
OpenPOWER on IntegriCloud