From b94a7b5cb4ac172a3ee5f6f7ac616a7fdc849c3b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 24 Jul 2016 18:39:16 +0900 Subject: [PATCH] ecore-imf - remove usueless checks for context - CID 1351451 useless checks for ic in code. fix --- src/modules/ecore_imf/scim/scim_imcontext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/ecore_imf/scim/scim_imcontext.cpp b/src/modules/ecore_imf/scim/scim_imcontext.cpp index ba9dbe4256..4c56a2fc64 100644 --- a/src/modules/ecore_imf/scim/scim_imcontext.cpp +++ b/src/modules/ecore_imf/scim/scim_imcontext.cpp @@ -1413,8 +1413,8 @@ panel_slot_process_helper_event(int context, const String &target_uuid, const St EINA_SAFETY_ON_NULL_RETURN(ic->impl); SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << " context=" << context << " target=" << target_uuid - << " helper=" << helper_uuid << " ic=" << ic << " ic->impl=" << (ic ? ic->impl : 0) << " ic-uuid=" - << ((ic && ic->impl) ? ic->impl->si->get_factory_uuid() : "" ) << "\n"; + << " helper=" << helper_uuid << " ic=" << ic << " ic->impl=" << ic->impl << " ic-uuid=" + << (ic->impl ? ic->impl->si->get_factory_uuid() : "" ) << "\n"; if (ic->impl->si->get_factory_uuid() == target_uuid) {