remove unused code 35/66935/1
authorKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 22 Apr 2016 05:54:25 +0000 (14:54 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 22 Apr 2016 05:54:25 +0000 (14:54 +0900)
Change-Id: I6cc6e2e553b5a8c8d49d922c2dcf7f11c9cf9f1a
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
framework/submit-handler/MsgSubmitHandler.cpp
include/framework/MsgSubmitHandler.h

index c570937..d8e7fbe 100755 (executable)
@@ -284,13 +284,6 @@ msg_error_t MsgSubmitReqMMS(MSG_REQUEST_INFO_S *pReqInfo)
        return err;
 }
 
-msg_error_t MsgCancelReq(msg_request_id_t reqId)
-{
-       msg_error_t err = MSG_SUCCESS;
-
-       return err;
-}
-
 
 msg_error_t MsgUpdateSentMsg(msg_message_id_t MsgId, msg_network_status_t Status)
 {
index 2405e43..bb5c888 100755 (executable)
@@ -31,7 +31,6 @@ msg_error_t MsgSubmitReq(MSG_REQUEST_INFO_S* pReq, bool bScheduled);
 msg_error_t MsgSubmitReqSMS(MSG_REQUEST_INFO_S *pReqInfo);
 msg_error_t MsgSubmitReqMMS(MSG_REQUEST_INFO_S *pReqInfo);
 
-msg_error_t MsgCancelReq(msg_request_id_t reqId);
 msg_error_t MsgUpdateSentMsg(msg_message_id_t MsgId, msg_network_status_t Status);
 
 void MsgCopyReqInfo(MSG_REQUEST_INFO_S *pSrc, int addrIdx, MSG_REQUEST_INFO_S *pDest);