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

index 823fe4e..ad13844 100644 (file)
@@ -62,11 +62,6 @@ static void _input_smartreply_get_reply_callback(int handle, int error,
         return;
     }
 
-    if (g_input_smartreply_data == NULL) {
-        LOGD("InputSmartreplyData uninitialized");
-        return;
-    }
-
     if (g_input_smartreply_data->candidate_list) {
         int ret;