X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fgnutls.c;fp=src%2Fgnutls.c;h=2a1d22b9ed3ad91a942d5a0261a961e776b6371d;hp=e4b0fc2ea026bf731486169009f1ed38d883e790;hb=611a219fb0d606b00d9af335efbd3cee173fc51b;hpb=c60530b3690a29f3c5b377c50ff8571923c7e863 diff --git a/src/gnutls.c b/src/gnutls.c index e4b0fc2e..2a1d22b9 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -217,11 +217,7 @@ wgnutls_read_timeout (int fd, char *buf, int bufsize, void *arg, double timeout) static int wgnutls_read (int fd, char *buf, int bufsize, void *arg) { -#ifdef F_GETFL - int flags = 0; -#endif int ret = 0; - struct ptimer *timer; struct wgnutls_transport_context *ctx = arg; if (ctx->peeklen)