From: Nikos Mavrogiannopoulos Date: Sun, 2 Sep 2012 08:39:49 +0000 (+0200) Subject: removed unused code X-Git-Tag: gnutls_3_1_2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e149284182cbe95e344261bde6dac82b70f88a;p=thirdparty%2Fgnutls.git removed unused code --- diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c index 44b09cbf86..546293f085 100644 --- a/lib/gnutls_buffers.c +++ b/lib/gnutls_buffers.c @@ -460,12 +460,6 @@ _gnutls_io_read_buffered (gnutls_session_t session, size_t total, return GNUTLS_E_INVALID_REQUEST; } - if (ret < 0) - { - gnutls_assert (); - return ret; - } - /* READ DATA */ if (readsize > 0)