Remove unused variables
[platform/core/uifw/inputdelegator.git] / src / w-input-smartreply.cpp
index 3a0624a..aa1f5e6 100644 (file)
@@ -317,8 +317,6 @@ bool input_smartreply_get_reply(void)
 
 bool input_smartreply_get_reply_async(void)
 {
-    int ret;
-
        if (g_input_smartreply_data == NULL) {
                PRINTFUNC(DLOG_ERROR, "InputSmartreplyData uninitialized");
                return false;
@@ -334,7 +332,7 @@ bool input_smartreply_get_reply_async(void)
                return false;
        }
 
-       ret = smartreply_service_get_replies_async(g_input_smartreply_data->caller_id,
+       smartreply_service_get_replies_async(g_input_smartreply_data->caller_id,
                                        g_input_smartreply_data->sender,
                                        g_input_smartreply_data->message,
                                        _input_smartreply_get_reply_callback);