summaryrefslogtreecommitdiffstats
path: root/presence/fan_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'presence/fan_properties.hpp')
-rw-r--r--presence/fan_properties.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/presence/fan_properties.hpp b/presence/fan_properties.hpp
deleted file mode 100644
index 296318d..0000000
--- a/presence/fan_properties.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-#pragma once
-
-#include <string>
-#include <vector>
-#include <tuple>
-
-
-namespace phosphor
-{
-namespace fan
-{
-
-/**
- * @brief Fan enclosure properties
- * @details Contains the inventory path, description and list of sensors
- */
-using Properties = std::tuple<std::string,
- std::string,
- std::vector<std::string>>;
-
-} // namespace fan
-} // namespace phosphor
OpenPOWER on IntegriCloud