From d936647deec747d708fb070a892e4c9898790ce1 Mon Sep 17 00:00:00 2001 From: teodor Date: Mon, 27 Sep 2004 12:38:02 +0000 Subject: [PATCH] Remove unused check --- tcp.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.46.1