From dba43dbd5b488abcb30e1c5b30c89786eb00791e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 29 Jan 2020 19:14:01 +0900 Subject: [PATCH] Remove unreachable code Change-Id: I6c2dd4e06458c4fc02446cb93031cd10045326a6 Signed-off-by: Jihoon Kim --- src/w-input-smartreply.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/w-input-smartreply.cpp b/src/w-input-smartreply.cpp index 823fe4e..ad13844 100644 --- a/src/w-input-smartreply.cpp +++ b/src/w-input-smartreply.cpp @@ -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; -- 2.7.4