From: Jooseok Song Date: Tue, 6 Dec 2016 08:06:25 +0000 (+0900) Subject: Fix Svace Issue X-Git-Tag: submit/tizen/20170210.054359~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbf85570b79124e06e9f52dc5e2c5b7c0410ef40;p=platform%2Fcore%2Fapi%2Flibaccount-service.git Fix Svace Issue Change-Id: I2fdb9769ba69c113b57aea79856a66e13898ba52 --- diff --git a/src/account.c b/src/account.c index f083f3d..7d54ff5 100644 --- a/src/account.c +++ b/src/account.c @@ -1776,11 +1776,6 @@ static int _account_get_total_count(int *count, bool include_hidden) GError *error = NULL; - if (count == NULL) { - _INFO("Invalid input"); - return -1; - } - AccountManager *acc_mgr = _account_manager_get_instance(); if (acc_mgr == NULL) { _ERR("g_bus_get_sync failed");