summaryrefslogtreecommitdiffstats
path: root/env.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'env.hpp')
-rw-r--r--env.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/env.hpp b/env.hpp
index e1169e1..1b64a93 100644
--- a/env.hpp
+++ b/env.hpp
@@ -38,19 +38,3 @@ std::string getEnv(
std::string getIndirectID(
std::string path,
const SensorSet::key_type& sensor);
-
-/** @brief Get the label for the sensor with a level of indirection.
- *
- * Read the sensor number from the <path>/<item><X>_label file.<item> & <X> is
- * populated from the sensor key. The sensor label is read from the environment
- * variable <prefix>_<item><sensorNum>.
- *
- * @param[in] prefix - Prefix of the environment variable.
- * @param[in] path - Directory path of the label file.
- * @param[in] sensor - Sensor details.
- *
- * @return On success return the sensor label, in case of failure return empty
- * string.
- */
-std::string getIndirectLabelEnv(
- const char* prefix, std::string path, const SensorSet::key_type& sensor);
OpenPOWER on IntegriCloud