From 372b22c3ebcdfa606c95f4b9afac5cfcbb7eaebb Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 12 Jul 2017 15:57:14 -0400 Subject: presence: Switch to new framework Switch the main application logic to the output produced by the new parser previously. Remove unused code. Signed-off-by: Brad Bishop Change-Id: If8b262bd80fd0f0135aeea55e578fb3c7f44339a --- presence/fan_properties.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 presence/fan_properties.hpp (limited to 'presence/fan_properties.hpp') 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 -#include -#include - - -namespace phosphor -{ -namespace fan -{ - -/** - * @brief Fan enclosure properties - * @details Contains the inventory path, description and list of sensors - */ -using Properties = std::tuple>; - -} // namespace fan -} // namespace phosphor -- cgit v1.2.1