From: Jihoon Kim Date: Wed, 29 Jan 2020 10:03:27 +0000 (+0900) Subject: Remove unreachable code X-Git-Tag: accepted/tizen/5.5/unified/20200129.120403~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Finputdelegator.git;a=commitdiff_plain;h=05b89986246c1db3f41c1d204ac6c95e0deb371e Remove unreachable code Change-Id: Ia39d1878f5c8460a78008495358b37a00cfe9e51 Signed-off-by: Jihoon Kim --- diff --git a/src/w-input-smartreply.cpp b/src/w-input-smartreply.cpp index aa1f5e6..8a758af 100644 --- a/src/w-input-smartreply.cpp +++ b/src/w-input-smartreply.cpp @@ -74,11 +74,6 @@ static void _input_smartreply_get_reply_callback(int handle, int error, return; } - if (g_input_smartreply_data == NULL) { - PRINTFUNC(DLOG_ERROR, "InputSmartreplyData uninitialized"); - return; - } - if (g_input_smartreply_data->candidate_list) { int ret;