From 05b89986246c1db3f41c1d204ac6c95e0deb371e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 29 Jan 2020 19:03:27 +0900 Subject: [PATCH] Remove unreachable code Change-Id: Ia39d1878f5c8460a78008495358b37a00cfe9e51 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 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; -- 2.7.4