From a2e9cdf67e7f8537a1f98d585b5a09f21e19d0ea Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 28 Jun 2017 14:06:27 -0400 Subject: Remove dead code Remove a number of unused files. Change-Id: If7e40d2be7eb3f5d84538a3c86f911df268a1f34 Signed-off-by: Brad Bishop --- src/data_types.hpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/data_types.hpp') diff --git a/src/data_types.hpp b/src/data_types.hpp index 439045e..5eab4b2 100644 --- a/src/data_types.hpp +++ b/src/data_types.hpp @@ -1,8 +1,6 @@ #pragma once -#include #include -#include #include #include "tupleref.hpp" @@ -15,23 +13,6 @@ namespace dbus namespace monitoring { -class Monitor; - -/** @brief The possible item value types */ -using Value = int64_t; - -/** @brief A list of what constructs a unique item and its value */ -using Group = std::vector>; - -/** @brief A conditional function type for item(s) conditions */ -using Condition = std::function; - -/** @brief A void function type for actions based condition(s) */ -using Action = std::function; - /** @brief A map with references as keys. */ template using RefKeyMap = std::map, Value, std::less>; -- cgit v1.2.1