summaryrefslogtreecommitdiffstats
path: root/monitor/fan.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-01-15 16:38:24 -0600
committerMatthew Barth <msbarth@us.ibm.com>2018-01-23 13:07:36 -0600
commit5008dafb53c29599dd85ad7cc383a7f2ab319fdd (patch)
tree8401d3f65ff1b3553bc58df94621e441f68eb3c1 /monitor/fan.hpp
parentf552ea5ce23889905ce15c0ffcfc73fa1245a423 (diff)
downloadphosphor-fan-presence-5008dafb53c29599dd85ad7cc383a7f2ab319fdd.tar.gz
phosphor-fan-presence-5008dafb53c29599dd85ad7cc383a7f2ab319fdd.zip
Remove getTargetSpeed
The getTargetSpeed function is no longer needed. The tach sensors are used to get the target speed. Change-Id: I5f82b0c3e8104203e2700b22a5488cf63673d181 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'monitor/fan.hpp')
-rw-r--r--monitor/fan.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/monitor/fan.hpp b/monitor/fan.hpp
index d765650..bd8179f 100644
--- a/monitor/fan.hpp
+++ b/monitor/fan.hpp
@@ -147,19 +147,6 @@ class Fan
private:
/**
- * @brief Returns the target speed of the fan
- *
- * Retrieves the target speed using the given sensor which may or may
- * not contain a target speed value. The sensor determines what its
- * target speed is.
- *
- * @param[in] sensor - The sensor to use in getting the target speed
- *
- * @return - The target speed of the fan
- */
- uint64_t getTargetSpeed(const TachSensor& sensor);
-
- /**
* @brief Returns true if the sensor input is not within
* some deviation of the target.
*
OpenPOWER on IntegriCloud