Remove unused code
authorParkhi <h_w.park@samsung.com>
Mon, 9 Jan 2017 01:31:27 +0000 (10:31 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 11 Jan 2017 01:58:10 +0000 (01:58 +0000)
Change-Id: I1cf6d1a0272387ae0a0d8c2005114235b3222df1
Signed-off-by: Parkhi <h_w.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16241
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/easy-setup/mediator/richsdk/src/EnrolleeSecurity.h

index 87d105a..6179634 100755 (executable)
@@ -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<EnrolleeSecurity> this_ptr);
             void ownershipTransferCb(OC::PMResultList_t *result, int hasError);
             void convertUUIDToString(const uint8_t uuid[UUID_SIZE],
                                                 std::string& uuidString);