From 03be8a9caecaa6aa5fc8a5f902a840aaa05e58a1 Mon Sep 17 00:00:00 2001 From: G S Senthil Kumar Date: Thu, 19 Nov 2015 15:04:38 +0530 Subject: [PATCH] Resolved build issue. Issue arised from merging the following commits: d0686ee241a3102399a7135dbe3eb2930219aab9 b76f9709482b03334b468ab47a295761b3fd6a78 Change-Id: I3053d6f995c74f3e174863c25e97d148503a3a50 Signed-off-by: G S Senthil Kumar Reviewed-on: https://gerrit.iotivity.org/gerrit/4287 Reviewed-by: Spurthi SV Reviewed-by: Harish Marappa Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- service/simulator/src/server/simulator_collection_resource_impl.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/service/simulator/src/server/simulator_collection_resource_impl.cpp b/service/simulator/src/server/simulator_collection_resource_impl.cpp index b9fcb62..fb7f434 100755 --- a/service/simulator/src/server/simulator_collection_resource_impl.cpp +++ b/service/simulator/src/server/simulator_collection_resource_impl.cpp @@ -237,11 +237,6 @@ void SimulatorCollectionResourceImpl::setActionType(std::map &actionType) -{ - m_actionTypes = actionType; -} - std::vector SimulatorCollectionResourceImpl::getObserversList() { return m_observersList; -- 2.7.4