From: teodor Date: Mon, 27 Sep 2004 12:38:02 +0000 (+0000) Subject: Remove unused check X-Git-Url: http://sigaev.ru/git/gitweb.cgi?a=commitdiff_plain;h=d936647deec747d708fb070a892e4c9898790ce1;p=tedtools.git Remove unused check --- diff --git a/tcp.c b/tcp.c index d4204a1..76b0a19 100644 --- a/tcp.c +++ b/tcp.c @@ -434,7 +434,6 @@ TC_Talk( TC_Connection *cs ) { cs->ptr = cs->buf; while( cs->state != CS_FINISHREAD ) { while( !TC_ReadyIO( &cs, 1, 100) ); - if ( ret == CS_ERROR ) return ret; if ( TC_Read(cs) == CS_ERROR ) return CS_ERROR; }