From 8af55efc60f5fba3c510736876d40641b8f03d3d Mon Sep 17 00:00:00 2001 From: Parkhi Date: Mon, 9 Jan 2017 10:31:27 +0900 Subject: [PATCH] Remove unused code Change-Id: I1cf6d1a0272387ae0a0d8c2005114235b3222df1 Signed-off-by: Parkhi Reviewed-on: https://gerrit.iotivity.org/gerrit/16241 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h b/service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h index 87d105a..6179634 100755 --- a/service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h +++ b/service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h @@ -90,9 +90,6 @@ namespace OIC void PreconfigPinProvCB(PMResultList_t *result, int hasError); void MultipleOwnershipTransferCb(OC::PMResultList_t *result, int hasError); #endif - static void onOwnershipTransferCb(PMResultList_t *result, - int hasError, - std::weak_ptr this_ptr); void ownershipTransferCb(OC::PMResultList_t *result, int hasError); void convertUUIDToString(const uint8_t uuid[UUID_SIZE], std::string& uuidString); -- 2.7.4