Remove unreachable code 05/223405/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 29 Jan 2020 10:03:27 +0000 (19:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 29 Jan 2020 10:03:27 +0000 (19:03 +0900)
Change-Id: Ia39d1878f5c8460a78008495358b37a00cfe9e51
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/w-input-smartreply.cpp

index aa1f5e6..8a758af 100644 (file)
@@ -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;