From eded089d0c8b30a67cd25c1a9dceb51942346633 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Tue, 25 Apr 2017 12:22:19 +0900 Subject: [PATCH] client: remove the enum class DataType It is declared in Tuple.h now. Change-Id: I2b0c86e55f936a222020c7fce599fc925b802722 Signed-off-by: Mu-Woong Lee --- src/client/ContextStore.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/client/ContextStore.h b/src/client/ContextStore.h index 01b8458..a713392 100644 --- a/src/client/ContextStore.h +++ b/src/client/ContextStore.h @@ -23,13 +23,6 @@ namespace ctx { - enum class DataType { - UNKNOWN = 0, - INT64 = 1, - DOUBLE, - STRING - }; - struct ContextStoreSearchQuery { std::string projection; std::string selection; -- 2.7.4