Removed unused static function for fixing compilation warning
authorHabib Virji <habib.virji@samsung.com>
Mon, 12 Oct 2015 16:27:35 +0000 (17:27 +0100)
committerMadan Lanka <lanka.madan@samsung.com>
Thu, 15 Oct 2015 00:42:00 +0000 (00:42 +0000)
Change-Id: I43d482790534b6b4903715cf93f902816355be1c
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3831
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-container/unittests/ResourceContainerTest.cpp

index 3b99bbf..9cc1127 100644 (file)
@@ -700,12 +700,6 @@ TEST(ConfigurationTest, BundleResourceConfigurationNotParsedWithInvalidBundleId)
     delete config;
 }
 
-namespace
-{
-    void discoverdCB(RCSRemoteResourceObject::Ptr);
-    void onUpdate(RemoteResourceUnit::UPDATE_MSG, RCSRemoteResourceObject::Ptr);
-}
-
 class DiscoverResourceUnitTest: public TestWithMock
 {
     private:
@@ -767,7 +761,6 @@ TEST_F(DiscoverResourceUnitTest, onUpdateCalled)
 
 namespace
 {
-    void onStateCB(ResourceState) { }
     void onCacheCB(const RCSResourceAttributes &) { }
 }