ecore_con: Remove duplicate code

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 74356
This commit is contained in:
Daniel Willmann 2012-07-24 14:22:00 +00:00 committed by Mike Blumenkrantz
parent c652ba9071
commit bf38856d5f
1 changed files with 0 additions and 3 deletions

View File

@ -1822,9 +1822,6 @@ _ecore_con_svr_tcp_handler(void *data,
if (svr->delete_me)
return ECORE_CALLBACK_RENEW;
if (svr->delete_me)
return ECORE_CALLBACK_RENEW;
if ((svr->client_limit >= 0) && (!svr->reject_excess_clients) &&
(svr->client_count >= (unsigned int)svr->client_limit))
return ECORE_CALLBACK_RENEW;